source(here("function","functions_for_network_analysis.R"))
source(here("packages_and_data.R"))

tweets <- readRDS(here(data_path, "tweets", "ecb_tweets.RDS")) %>% 
  data.table()
retweets <- readRDS(here(data_path, "tweets", "ecb_retweets.RDS")) %>% 
  data.table()
retweets_user <- readRDS(here(data_path, "tweets", "ecb_retweets_user.RDS")) %>% 
  data.table()

users <- data.table(retweets_user) %>% 
  .[, list(id, username, name, description, public_metrics.followers_count)] %>% 
  unique()
doublons <- which(duplicated(users$id)) 
users <- users[-doublons] %>% 
  rename(author_id = id,
         followers = public_metrics.followers_count)

alluv_dt <- readRDS(here(data_path, "tweets", "alluv.RDS")) %>% 
  filter(color != "grey") %>% 
  mutate(author_id = ID_Art) %>% 
  left_join(users) %>% 
  .[, `:=` (min_window = min(as.integer(Window)), max_window = max(as.integer(Window)) + 2), by = "new_Id_com"]

alluv_dt_with_tweets <- alluv_dt %>% 
  left_join(select(retweets, author_id, id = referenced_tweets_id, created_at)) %>% 
  left_join(select(tweets, id, text))


tf_idf_words <- readRDS(here(data_path, "tweets", "tf_idf.rds"))
tf_idf_tweets <- alluv_dt_with_tweets %>%
  select(new_Id_com, id, text) %>% 
  add_count(new_Id_com, id) %>% 
  filter(n >= 3) %>% 
  unique() %>% 
  bind_tf_idf(id, new_Id_com, n)
# for later
nb_retweets <- retweets %>% 
  count(author_id)
top_retweeter <- users %>% 
  left_join(nb_retweets) %>% 
  select(author_id, username, name, description, n) %>% 
  distinct(author_id, .keep_all = TRUE) %>% 
  slice_max(n, n = 20)

print(kbl(top_retweeter) %>% 
        kable_styling(bootstrap_options = c("striped","condensed")))
## <table class="table table-striped table-condensed" style="margin-left: auto; margin-right: auto;">
##  <thead>
##   <tr>
##    <th style="text-align:left;"> author_id </th>
##    <th style="text-align:left;"> username </th>
##    <th style="text-align:left;"> name </th>
##    <th style="text-align:left;"> description </th>
##    <th style="text-align:right;"> n </th>
##   </tr>
##  </thead>
## <tbody>
##   <tr>
##    <td style="text-align:left;"> 15977038 </td>
##    <td style="text-align:left;"> CryptoTraderPro </td>
##    <td style="text-align:left;"> Crypto Trader Pro &lt;U+0001F1FA&gt;&lt;U+0001F1F8&gt; </td>
##    <td style="text-align:left;"> Gain passive income every Monday on #BTC #ETH #CEL #LINK #MATIC via &lt;U+27F6&gt; https://t.co/08bMbUvAw5 </td>
##    <td style="text-align:right;"> 9947 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 472283873 </td>
##    <td style="text-align:left;"> FinanzlinksUS </td>
##    <td style="text-align:left;"> Finance and Money </td>
##    <td style="text-align:left;">  </td>
##    <td style="text-align:right;"> 3697 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 272733527 </td>
##    <td style="text-align:left;"> LukaszKort </td>
##    <td style="text-align:left;"> Lukasz Kort · Kortt </td>
##    <td style="text-align:left;"> ^ Vertraut ^ Gecheckt ^ Durchgesieht ^ Übergeprüft ^ Adelrein ^ 
## ^ Geschützt | &lt;U+0001F441&gt; | | &lt;U+0001F453&gt; | | &lt;U+0001F47D&gt; | | &lt;U+2699&gt; | | &lt;U+0001F6E0&gt; | ^ &lt;U+203B&gt;  8  &lt;U+2A00&gt;  &lt;U+2A01&gt;  &lt;U+2A02&gt;  &lt;U+2A37&gt;  8  &lt;U+203B&gt; ^ </td>
##    <td style="text-align:right;"> 2961 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 1057356487 </td>
##    <td style="text-align:left;"> SaraGomezAranci </td>
##    <td style="text-align:left;"> Sara Gomez Arancibia </td>
##    <td style="text-align:left;"> Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth!
## Carpe diem, en latin:Mets à profit le jour présent. </td>
##    <td style="text-align:right;"> 2505 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 48292410 </td>
##    <td style="text-align:left;"> PeterEhrlich </td>
##    <td style="text-align:left;"> Peter Ehrlich </td>
##    <td style="text-align:left;"> Head of Section Strategic Communication at the European Central Bank (ECB). EZB-Kommunikation. This is no official ECB account. Former journalist. </td>
##    <td style="text-align:right;"> 1957 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 22905734 </td>
##    <td style="text-align:left;"> aussietorres </td>
##    <td style="text-align:left;"> Dr Ausberto Torres </td>
##    <td style="text-align:left;"> NYC/Southampton, NY Native, Attorney, ex Bear Stearns &amp; UBS Fixed Income Specialist, University Professor, US Patriot </td>
##    <td style="text-align:right;"> 1698 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 341481789 </td>
##    <td style="text-align:left;"> lexhoogduin </td>
##    <td style="text-align:left;"> lex hoogduin </td>
##    <td style="text-align:left;"> Monetary economist/complexity and uncertainty/ GloComNet/ University of Groningen/FAUC model/Operational resilience/"wicked" problems/risk management </td>
##    <td style="text-align:right;"> 1360 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 2284512563 </td>
##    <td style="text-align:left;"> alex_drastico72 </td>
##    <td style="text-align:left;"> news on finance </td>
##    <td style="text-align:left;"> news from Finance commodities politics stocks analysis </td>
##    <td style="text-align:right;"> 1333 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 180317088 </td>
##    <td style="text-align:left;"> RobRe62 </td>
##    <td style="text-align:left;"> Roberto Re   &lt;U+0001F1EE&gt;&lt;U+0001F1F9&gt;  &lt;U+0001F1EA&gt;&lt;U+0001F1FA&gt; </td>
##    <td style="text-align:left;"> Ich bin ein Mailänder,independent analytical thinker.Fulltime student of News RT=FYI #ElectronicsEngineer #networker #Milan  #piùsiamopiùcontiamo </td>
##    <td style="text-align:right;"> 1208 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 23116875 </td>
##    <td style="text-align:left;"> LorcanRK </td>
##    <td style="text-align:left;"> Lorcan Roche Kelly </td>
##    <td style="text-align:left;"> Bloomberg. Other stuff sometimes. Terrible at writing bios. </td>
##    <td style="text-align:right;"> 1187 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 1283317241895743488 </td>
##    <td style="text-align:left;"> JoseGonzalesc11 </td>
##    <td style="text-align:left;"> Jose Gonzales cardenas </td>
##    <td style="text-align:left;"> portfolio management specialist/
## joey/jeos/
## global market analyst </td>
##    <td style="text-align:right;"> 1167 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 21580831 </td>
##    <td style="text-align:left;"> nasoskook </td>
##    <td style="text-align:left;"> Thanasis Koukakis </td>
##    <td style="text-align:left;"> Once a Journalist, Always a Journalist. These views be mine! </td>
##    <td style="text-align:right;"> 1146 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 51978293 </td>
##    <td style="text-align:left;"> jloresecha </td>
##    <td style="text-align:left;"> Juan de loresecha </td>
##    <td style="text-align:left;"> Dealer and Market watcher. All opinios are mine and RT does not mean endorsement. Love Africa </td>
##    <td style="text-align:right;"> 1051 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 139797812 </td>
##    <td style="text-align:left;"> tigredeltajin </td>
##    <td style="text-align:left;"> junnisin garcía ram </td>
##    <td style="text-align:left;"> Junnisin García Ramírez, Poza Rica Veracruz, 59 años.
## Estoy estudiando, acepto donativos https://t.co/NsrlGlueEc… </td>
##    <td style="text-align:right;"> 871 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 869912514 </td>
##    <td style="text-align:left;"> EBFeu </td>
##    <td style="text-align:left;"> European Banking Federation &lt;U+0001F1EA&gt;&lt;U+0001F1FA&gt; </td>
##    <td style="text-align:left;"> We bring together banking associations from across Europe, working for a thriving European economy and a flourishing society. Our CEO: @Wim_Mijs </td>
##    <td style="text-align:right;"> 861 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 225423130 </td>
##    <td style="text-align:left;"> Loupo85 </td>
##    <td style="text-align:left;"> Gilbert MAHE </td>
##    <td style="text-align:left;"> @FranceMob ( francophone )  - AGENDA :  https://t.co/K8HtxMcZgF?amp=1 …   ..... Economics , dans l'Air du Temps &amp; Géopolitique </td>
##    <td style="text-align:right;"> 856 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 59393368 </td>
##    <td style="text-align:left;"> LiveSquawk </td>
##    <td style="text-align:left;"> LiveSquawk </td>
##    <td style="text-align:left;"> Up-to-the-second financial markets news. 
## Try our audio squawk service today: http://t.co/WClziUhO0L </td>
##    <td style="text-align:right;"> 770 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 914673702 </td>
##    <td style="text-align:left;"> maitre_a_panZer </td>
##    <td style="text-align:left;"> Maurizio Sgroi </td>
##    <td style="text-align:left;"> Polygraph. Journalism&amp;Writing. The Walking Debt - Season X: Growing - Contributor: @econopoly24, @ilfoglio_it, @Linkiesta, @formichenews, @Aspeniaonline </td>
##    <td style="text-align:right;"> 668 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 2351420289 </td>
##    <td style="text-align:left;"> SystemicSarcasm </td>
##    <td style="text-align:left;"> Systemic Sarcasm </td>
##    <td style="text-align:left;"> Sarcasm is key...  Economics &amp; Finance Academic, Realist, Opportunist.           It's a Dog eat Dog world. And I have bigger teeth than you. </td>
##    <td style="text-align:right;"> 663 </td>
##   </tr>
##   <tr>
##    <td style="text-align:left;"> 4866717149 </td>
##    <td style="text-align:left;"> NatioScourge </td>
##    <td style="text-align:left;"> &lt;U+0001F31F&gt; FR Failing Elites &lt;U+0001F30A&gt; &lt;U+0635&gt;&lt;U+0648&gt;&lt;U+062A&gt; &lt;U+0627&gt;&lt;U+0644&gt;&lt;U+0631&gt;&lt;U+0639&gt;&lt;U+062F&gt; &lt;U+26FD&gt;&lt;U+FE0F&gt; Boomercracy </td>
##    <td style="text-align:left;"> Right Dreamers. Synthetize. </td>
##    <td style="text-align:right;"> 637 </td>
##   </tr>
## </tbody>
## </table>
include_graphics(here("pictures","alluvial.png"))

for (com in unique(alluv_dt[order(ID_bis)]$Com_ID)) {
  ####################### Preparing the data to put in the template
  
  # restricting alluv_dt to the community at stake
  alluv_com  <- alluv_dt[new_Id_com == com]
  tf_idf_words_com <- tf_idf_words[new_Id_com == com] %>% 
    select(lemma, tf_idf) %>% 
    slice_max(tf_idf, n = 15)
  tf_idf_tweets_com <- tf_idf_tweets[new_Id_com == com] %>% 
    select(text, tf_idf) %>% 
    slice_max(tf_idf, n = 15)
  alluv_dt_with_tweets_com <- alluv_dt_with_tweets[new_Id_com == com] %>% 
    mutate(tweet_date = str_extract(created_at, "^\\d{4}") %>% as.integer)

  # most followed accounts
  top_followers <- alluv_com %>%
    select(name, description, followers) %>% 
    unique %>% 
    slice_max(followers, n = 10, with_ties = FALSE)
    
  # most retweeting accounts
  top_retweeters <- alluv_dt_with_tweets_com %>% 
    filter(between(tweet_date, min_window, max_window)) %>% 
    add_count(author_id) %>% 
    select(name, description, n) %>% 
    unique() %>% 
    slice_max(n, n = 10, with_ties = FALSE)

################ Beginning of the template ######################
  cat(sprintf("  \n## Community %s (`%s`) \n\n", unique(alluv_com[new_Id_com == com]$ID_bis),com))
  cat(paste0("  \nThe community exists from ", unique(alluv_com[new_Id_com == com]$min_window)," to ", unique(alluv_com[new_Id_com == com]$max_window),". \n"))
  cat(paste0("  \nThe community gathers ",length(unique(alluv_com$ID_Art))," accounts It represents ", round(unique(alluv_com$share_leiden_total)*100,2), "% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents ", round(unique(alluv_com$share_max)*100,2), "% of the corresponding three-year network. \n"))
  
  cat(sprintf("  \n### Most followed accounts of the community %s \n\n", unique(alluv_com[Com_ID == com]$ID_bis)))
  cat(paste0("In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between . \n\n"))
  
  print(kbl(top_followers) %>% 
  kable_styling(bootstrap_options = c("striped","condensed")))
  
  cat(sprintf("  \n### Most retweeting account in the community %s \n\n", unique(alluv_com[Com_ID == com]$ID_bis)))
  cat(paste0("In the next table, you have the fifteen most cited references by the articles of the community. \n\n"))
  
  print(kbl(top_retweeters) %>% 
        kable_styling(bootstrap_options = c("striped","condensed")))
  
  cat(sprintf("  \n### Terms with the highest TF-IDF value in community %s \n\n", unique(alluv_com[Com_ID == com]$ID_bis)))
  cat(paste0("  \nWe have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities."))
plot(ggplot(tf_idf_words_com, aes(reorder(lemma, tf_idf), tf_idf)) +
    geom_bar(stat = "identity", alpha = .8, show.legend = FALSE) +
    labs(
      title = "Highest tf-idf",
      x = "Words", y = "tf-idf"
    ) +
    scale_x_reordered() +
    coord_flip() +
    theme_minimal())
  
  cat("  \n")
  
  cat(sprintf("  \n### Tweets with the highest TF-IDF value in community %s \n\n", unique(alluv_com[Com_ID == com]$ID_bis)))
    print(kbl(tf_idf_tweets_com) %>% 
        kable_styling(bootstrap_options = c("striped","condensed")))
  
}

Community 1 (82I5q6j7)

The community exists from 2010 to 2014.

The community gathers 41 accounts It represents 0.17% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.15% of the corresponding three-year network.

Most followed accounts of the community 1

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
David Wessel Director, Hutchins Center on Fiscal & Monetary Policy, Brookings. My book “Only the Rich Can Play,” the story of Opportunity Zones. 86424
wonkmonk 54650
Mark <U+0001F1FA><U+0001F1E6> 26484
Manuel Ansede Periodista científico en @materia_ciencia (EL PAÍS). Fui médico de animales. Estoy en 20607
Steve Goldstein I’m the European bureau chief for MarketWatch. Previous stints DC/London/NYC. Nominal debt scourge. Email 14881
<U+24B7>ig <U+24B7>ang <U+24B8>oming

Culture war correspondent. Propaganda researcher. Expert fact checker. Not affiliated with similar sounding organisations

If you like it, RT it

Fuke/orf
11796
Marco Ða Costa Investor. Trader. Trading Strategist. Equities. Private Financial Advisor. Ða Costa Asesores.<U+0001F3B4> #Bitcoin #BitcoinButton 7923
isabelle couet Journaliste Finances Publiques aux Echos, ex-cheffe du service Marchés 7609
Juhani Huopainen Derivatives, journalism, now politics. I saw the ERM crisis in nineties and know not to trust the talking heads. Hope I don’t ever become one. Beep/bop/boop. 6733
REDIJuventud Red por el Desarrollo Integral de la Juventud 6246

Most retweeting account in the community 1

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
(((M59))) “El primero de la estirpe está amarrado en un árbol y al último se lo están comiendo las hormigas” Melquíades. 146
isabelle couet Journaliste Finances Publiques aux Echos, ex-cheffe du service Marchés 102
Ander <U+0001F489>GET VAXXED<U+0001F489> Ezkurra Izarren hautsa egun batean bilakatu zen bizigai, hauts hartatikan uste gabean noizpait ginaden gu ernai. Eta horrela bizitzen gera sortuz ta sortuz gure aukera, 80
MásQueTrading ® Aprenda trading con nosotros. Escuela de trading. Sistema de trading gratuito. Cursos a su medida. Desde 12/2010 Risk Disclosure: https://t.co/cGSvxjyRor 66
Anna Di Mario <U+0001F1EA><U+0001F1FA> Meine Wiege in <U+0001F1E9><U+0001F1EA>, des racines en <U+0001F1EB><U+0001F1F7>, casa & cuore in <U+0001F1EE><U+0001F1F9> and my spirit <U+0001F1EA><U+0001F1FA>. Watching EU 2.0 unfold. Non sono cattiva, just very tired of the spin. 42
Juan García <U+0001F1EA><U+0001F1F8><U+0001F1EA><U+0001F1FA> Nunca pares, nunca te conformes, hasta que lo bueno sea mejor y lo mejor excelente. 36
wonkmonk 36
Marco Ða Costa Investor. Trader. Trading Strategist. Equities. Private Financial Advisor. Ða Costa Asesores.<U+0001F3B4> #Bitcoin #BitcoinButton 26
Liquidity Trader Publisher, Lee Adler’s Liquidity Trader, https://t.co/qs9EK3SnVS, The Wall Street Examiner, https://t.co/Z9wfhLINe0, and https://t.co/AXq1HIgkPd 21
Divyang Shah Global Strategist at IFR Markets. Views reflect personal opinion and not of IFR or Refinitiv 18

Terms with the highest TF-IDF value in community 1

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 1

text tf_idf
Coeuré: In the aggregate, euro area enjoys better fundamentals than U.S. or Japan, and yet it is viewed as a more risky place to invest. 0.0954858
Coeuré: EA deficit 2012: 3%, US: 8%, Japan: 10%. EA debt 2012: 90%, US: 106%, Japan: 235%. 0.0807615
Coeuré: In those countries experiencing severe sovereign debt tensions, fiscal consolidation is unavoidable to maintain market access 0.0506546
Coeuré: For the longer-term, sound fiscal policies are essential to lower borrowing costs and encourage investment. 0.0379909
Coeuré: It must be ensured that if sovereignty is elevated to the EU level, so is democratic control. 0.0367013
Coeuré: U.S. had 200 years to create inst. to run a vast and diverse econ. area and still sometimes struggles with difficult decisions. 0.0270896
Coeuré: Euro area has existed for just 13 years and strengthening of its institutions began only two years ago 0.0269278
Coeuré: Against that background, what has been achieved (EFSF, ESM, “Six-Pack”, Fiscal Compact) is already very significant. 0.0207420
Coeuré: One needs an appr. sense of perspective.Unrealistic to expect the euro area to have reaction-function of nation-state like the U.S. 0.0207420
Monetary policy decisions - rates remain unchanged - http://t.co/J1crEALC 0.0207412
Coeuré: The euro area is moving towards a more sustainable equilibrium, and comparably fast in international comparison 0.0195740
Coeuré: Right response to discrepancy between fundamentals and perceptions is not defeatism but to fix the inst. flaws that facilitate it. 0.0188494
Results of the Euro Money Market Survey 2011 http://t.co/qh8QSE5h 0.0138280
Contrary to media reports published today, the European Central Bank (ECB) has not been consulted and has not (cont) http://t.co/Xypf2gBY 0.0128564
ECB keeps rates unchanged http://t.co/P9fdD1B4 0.0126196

Community 2 (30rBJ18E)

The community exists from 2010 to 2013.

The community gathers 75 accounts It represents 0.22% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 7.11% of the corresponding three-year network.

Most followed accounts of the community 2

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Yasar Erdinc Ögrenci bir Akademisyen, finansçi, yazar. Kisisel görüslerim disinda rt edilen twitler benim görüslerimi yansitmaz. Hiç bir twitim yatirim önerisi degildir. 618163
tonia mastrobuoni correspondent, la repubblica. book: “l’inattesa. angela merkel. una biografia politica” (mondadori). 31741
Sandro Gozi <U+0001F1EA><U+0001F1FA> Député européen @Renaissance_UE @RenewEurope Secrétaire Général @PDE_EDP | Génération Erasmus | Runner, squash #Juventus | President @federalists 29726
DFT DFT.nl / De Financiële Telegraaf twittert het laatste financiële nieuws over beurs, economie en bedrijven. Tips: 24465
AlbertoMingardi 20787
Harry Wilson Finance reporter @business in London. Views my own. Got a story email me at 19809
Vuk Vukovic Vuk (eng. Wolf). Oxford PhD, runs a data sci company @OraclumIS, writes about markets & investing (subscribe: https://t.co/RK3vtZ9iUK). Loves family & cooking. 16731
Efthimia Efthimiou Editor in chief at @orthodox_times @orthodoxtimesGr #Greece #PAOK #Lazio 14360
Cliff Taylor Irish Times. Views expressed are personal 13232
Philippe De Backer Proud husband and father of Sophia & Arthur #liberal 12577

Most retweeting account in the community 2

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Corporate Control Financial Controlling Firm watching the Financial Crisis with Database in German http://t.co/otolyLYELz - Tweet is no Advice/Endorsement 148
Thus spoke me, DP Look into my eyes, see your own eyes reflected. You like money too? We should hang out. Follow me? Follow u. Unfollow me? Unfollow u. CTRL+ALT+<U+0001F937><U+0001F3FC><U+200D><U+2642><U+FE0F> 122
tonia mastrobuoni correspondent, la repubblica. book: “l’inattesa. angela merkel. una biografia politica” (mondadori). 74
Leonardo Donati <U+0001F1EA><U+0001F1FA> #Economics, #Politics, #InternationalRelations, #Innovation, #Marketing, #BigData, #Strategy. (#PudeTeam!) 70
Miguel Gil Tertre Head of Economic Analysis - @energy4europe at @EU_Commission - Views my own / do not engage my organisation 64
Aequitas RT no endorsement. ‘The very word secrecy is repugnant in a free and open society’ - J.F.Kennedy. ‘Wherever law ends, tyranny begins’ - John Locke 1689 64
AG Europa AG Europa der @Piratenpartei. Auch unter erreichbar. 46
Theo™ #Nominalist . Mountain <U+0001F410>. Ocean <U+0001F40B>. Work <U+0001F40E>. Better a <U+0001F48E> with flaws than a pebble without. 38
Adolfo Laurenti Economist. GMU grad. US expat from Chicago <U+2764><U+FE0F>. Euro repat, London-based. Views are my own. He/him. <U+0001F1FA><U+0001F1F8> <U+0001F1EE><U+0001F1F9> <U+0001F1EA><U+0001F1FA><U+0001F3F3><U+FE0F><U+200D><U+0001F308><U+0001F538> 34
Francisco Miñana Macroeconomist covering global economics at Web Financial Group. Special focus on FX majors. Always confronting price vs value. Views my own. 26

Terms with the highest TF-IDF value in community 2

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 2

text tf_idf
Draghi: Those who want to go back to the past misunderstand the significance of the euro 0.0758637
Draghi: The ECB is not a political institution. But it is committed to its responsibilities as an institution of the European Union 0.0699679
Draghi: Sovereignty in selected economic policy fields can be pooled and democratic legitimation can be deepened 0.0665820
Draghi: The consequences of misguided fiscal policies in a monetary union are too severe to remain self-policed 0.0646906
Draghi: Those who claim only a full federation can be sustainable set the bar too high 0.0626690
Draghi: The way ahead cannot be a return to the status quo ante http://t.co/0tMARmnc 0.0606580
Draghi: To have a stable euro we do not need to choose between extremes http://t.co/0tMARmnc 0.0302882
Article Mario Draghi: The future of the euro - stability through change http://t.co/0tMARmnc 0.0267413
Draghi: All policy-makers should take advantage of this situation to continue their reforms with determination 0.0202976
Job Alert: ECB Graduate Programme - Frankfurt am Main http://t.co/Yb4thDXn 0.0173403
Draghi (on Libor): The unspeakable personal behaviour and design flaws have shown once again a faulty governance of the process. 0.0161727
Draghi: Challenge is substantial. But the prize – balanced growth, price stability, employment and social progress, is significantly larger 0.0155415
Draghi: Euro area is not only performing well on average: each country will have primary budget deficit lower than Japan, the US and the UK. 0.0151441
Working paper: Gauging the effects of fiscal stimulus packages in the Euro area http://t.co/aA0oDwLR 0.0137497
Statement by the European Commission, the ECB and the IMF on the Fourth Review Mission to Portugal http://t.co/03beXpLG 0.0130052
Annual Accounts of the European Central Bank for the year ending 31 December 2011 http://t.co/cuxptdmv 0.0130052

Community 3 (LxxETsng)

The community exists from 2010 to 2013.

The community gathers 108 accounts It represents 0.3% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 12.44% of the corresponding three-year network.

Most followed accounts of the community 3

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
EU Medicines Agency Latest news from the European Medicines Agency, the European Union agency responsible for the evaluation and supervision of medicines. RTs <U+2260> endorsement. 114092
John Müller Madrileño de Osorno. Vi caer dos (¿3?) democracias: Chile y Vzla. Gitano es mi corazón. Aquí hablo como ciudadano. Como periodista en @abc_es y @pauta_cl 79322
IHS Markit PMI™ #PMI insight from the source: analysis and news from the economists who produce the PMI™ surveys @IHSMarkit. All tweets are subject to our disclaimer: 66018
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 52482
Dirk Friczewsky providing free FX-trades daily Disclaimer:Trades, charts,articles,my setups are for informational purpose and not a recommendation to buy or sell securities! 31584
rafalhirsch Patrze w strumien 29885
Michael Hewson <U+0001F1EC><U+0001F1E7> Chief Mkt Analyst, @CMCMarkets 30 years exp in trading FX. Arsenal fan. Content is not advice. Personal circumstances not considered. Views expressed are mine. 27984
TradersLog.com Portal for active traders and investors - covering stocks, futures, options and forex. Follow us for breaking market news and analysis. 25640
Bas Jacobs Professor of Public Economics | Vrije Universiteit Amsterdam | Tweet <U+2260> endorse 20470
David Coburn Former MEP for Scotland Campaigning for the Union. photo: Salvador Dali Fine Art Dealer 18506

Most retweeting account in the community 3

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Rikus Mellet Gentleman, JSE investor, ALMI Trader. Tweeting Financial News. Nature and Music Lover. Retweets = not endorsements. 182
Kamal Romero Writing and reading stuff … 133
News Watcher 110
Jeff Saint Dad; husband; fightin’ TX Aggie petroleum production & ops engineer; 3-handicap golfer; markets, geopolitics, sports, & music enthusiast; amateur wine collector 106
MadridEuropa La Comunidad de Madrid en Europa. La Comunidad de Madrid con los madrileños en el exterior. https://t.co/EGe4NLc544 https://t.co/SiQpFwmM71 74
Lira Kajumova The Ufa oil institute. The Civil engineer. Industrial and civil building. https://t.co/YZ8EB6eqKs 74
Andy M<U+0001F1EC><U+0001F1E7> <U+0001F468><U+200D><U+0001F9BD><U+0001F9AE><U+0001F415><U+200D><U+0001F9BA><U+0001F4BB> <U+0001F3CB><U+FE0F><U+200D><U+2642><U+FE0F><U+0001F64C> <U+0001F985><U+0001F3B5> I Love Wildlife and I’m disabled. I don’t always agree with what I RT I’m Royalist and Unionist. Love @GBNews. I have many different interests. Say Hello! 69
NoritaB Madre argentina en Chile RT <U+2260> E 54
yoshitada okada <U+5BB6><U+306F><U+9280><U+5EA7><U+3002><U+65E5><U+8AB2><U+306F><U+9280><U+30D6><U+30E9><U+3002><U+4ED5><U+4E8B><U+306F><U+982D><U+306E><U+30AC><U+30C6><U+30F3><U+7CFB><U+3002><U+30E9><U+30A4><U+30D5><U+30EF><U+30FC><U+30AF><U+306F><U+300C><U+8A87><U+5927><U+907A><U+8DE1><U+8A08><U+753B>3109<U+5E74><U+300D><U+5CA1><U+7530><U+8A73><U+552F> living in Ginza <U+0001F5FC>. News junkie. Media nerd. Dog lover. Movie fan. And yep, I am an Architect! Icon by K.Hibino. 45
Beate Reszat 44

Terms with the highest TF-IDF value in community 3

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 3

text tf_idf
Working paper: Clearing, counterparty risk and aggregate risk http://t.co/1qJfxaST 0.0253283
Monthly Bulletin (June 2012) http://t.co/0pEC0V59 0.0235191
Monthly Bulletin (August 2012) http://t.co/ft4TgijS 0.0229470
Speech Peter Praet: European financial integration in times of crisis http://t.co/fSylFqiZ 0.0205890
MB article: Heterogeneity in euro area financial conditions and policy implications http://t.co/po19GVoV 0.0205890
Statistics Pocket Book (August 2012) http://t.co/AEq0U98D 0.0188975
Statistics Pocket Book (June 2012) http://t.co/rUzEJpFY 0.0178037
Euro area investment fund statistics http://t.co/dUM6URF2 0.0176477
Working paper: Interdependence and contagion in global asset markets http://t.co/UxZdkXqb 0.0175477
MB article: Assessing the financing conditions of the euro area private sector during the sovereign debt crisis http://t.co/ufH6YZik 0.0175477
Monthly Bulletin (Sept 2012) http://t.co/NWIgP0LK 0.0172980
Structural financial indicators for 2011 http://t.co/Gj01YMeH 0.0137243
Statement by the EC, ECB, and IMF on the fifth review mission to Portugal http://t.co/tp6U6bS0 0.0132358
Statistics Pocket Book (Nov 2012) http://t.co/Db4HOOGI 0.0129482
Euro area securities issues statistics http://t.co/nr63fnoJ 0.0126642

Community 4 (4oxi1lqN)

The community exists from 2010 to 2012.

The community gathers 34 accounts It represents 0.07% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.04% of the corresponding three-year network.

Most followed accounts of the community 4

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Rus Embassy, Greece

<U+041F><U+043E><U+0441><U+043E><U+043B><U+044C><U+0441><U+0442><U+0432><U+043E> <U+0420><U+043E><U+0441><U+0441><U+0438><U+0438> <U+0432> <U+0413><U+0440><U+0435><U+0446><U+0438><U+0438>

<U+03A0><U+03C1>esße<U+03AF>a t<U+03B7><U+03C2> <U+03A1><U+03C9>s<U+03B9><U+03BA><U+03AE><U+03C2> <U+039F>µ<U+03BF>sp<U+03BF><U+03BD>d<U+03AF>a<U+03C2> st<U+03B7><U+03BD> <U+0395><U+03BB><U+03BB><U+03B7><U+03BD><U+03B9><U+03BA><U+03AE> <U+0394><U+03B7>µ<U+03BF><U+03BA><U+03C1>at<U+03AF>a

Embassy of Russia in Greece

https://t.co/b36LIOL3aa
19540
Alexandre Delaigue econ blogger & writer. Tweets fr-en. https://t.co/SAGVVTx999 ; https://t.co/kWRrRcpjeV marié à @Ariele_72 16577
Philippe Waechter Chief Economist Ostrum Asset Management https://t.co/RHEbAsCzgC 11686
David Keohane FT Financial News Editor. Ex FT Paris correspondent and @ftalpha in London and Mumbai. Tweets are mine. Contact: 8236
Pablo E Guidotti 4753
Guruwatch Guruwatch.nl is the number one Dutch website to follow stockanalyst’s advices. But only Mr. Market is to judge! 4595
Tgr RegionEuropa Rubrica europea della TGR a cura del ViceDirettore Dario Carella con la collaborazione di Antonio Silvestri. In onda domenica dalle 11.25 su @RaiTre e @RaiPlay 3102
Vinz <U+2605> Grains & Energy <U+2605> Excel & VBA geek <U+2605> Cycling and Rock’n Roll <U+2605> Gin & Whisky <U+2605> 3014
Serena Torielli Prefer to understand rather than https://t.co/Ss1ONbypWr of https://t.co/sw1TwvDFZ9 Not on Facebook and instagram. 2617
Anton Reijinga Communications & PR | investment writer | financial analyst | asset management | freelance journo | green beret | likes #rowing 2196

Most retweeting account in the community 4

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
PIGbrother World watcher 62
Pablo E Guidotti 23
<U+0386><U+03BB>e<U+03BE>13<U+039A>a<U+03B9><U+03C1><U+03CC><U+03C2> #<U+041D><U+0435><U+0442>B<U+043E><U+0439><U+043D><U+0435> <U+0001F1FA><U+0001F1E6> In a Sabbatical. DMs are still open. #EintrachtFrankfurt Retweet <U+2260> Endorsement ! 17
zecher817 Bibere humanum est, ergo bibamus 17
Guruwatch Guruwatch.nl is the number one Dutch website to follow stockanalyst’s advices. But only Mr. Market is to judge! 15
Susana Ferro Ilardo Te invito a visitar el Portal “ESTUDIOS LATINOS E IBEROAMERICANOS” cuyo objeto es la difusión de la actividad intelectual Derecho.- 15
Georgina Ruíz Este TL mundo es una sumatoria de lo que me apasiona, lo que me gusta, lo que odio, lo que cotorreo con mis cuates y así, simple y sencillo <U+0001F917> 11
Alexandre Delaigue econ blogger & writer. Tweets fr-en. https://t.co/SAGVVTx999 ; https://t.co/kWRrRcpjeV marié à @Ariele_72 11
Christos L. Marshall http://t.co/k8Bn2aFREn http://t.co/T0Qzft9Jym http://t.co/ADr8mZfNIz 8
Rus Embassy, Greece

<U+041F><U+043E><U+0441><U+043E><U+043B><U+044C><U+0441><U+0442><U+0432><U+043E> <U+0420><U+043E><U+0441><U+0441><U+0438><U+0438> <U+0432> <U+0413><U+0440><U+0435><U+0446><U+0438><U+0438>

<U+03A0><U+03C1>esße<U+03AF>a t<U+03B7><U+03C2> <U+03A1><U+03C9>s<U+03B9><U+03BA><U+03AE><U+03C2> <U+039F>µ<U+03BF>sp<U+03BF><U+03BD>d<U+03AF>a<U+03C2> st<U+03B7><U+03BD> <U+0395><U+03BB><U+03BB><U+03B7><U+03BD><U+03B9><U+03BA><U+03AE> <U+0394><U+03B7>µ<U+03BF><U+03BA><U+03C1>at<U+03AF>a

Embassy of Russia in Greece

https://t.co/b36LIOL3aa
7

Terms with the highest TF-IDF value in community 4

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 4

text tf_idf
Statistics Pocket Book April 2012 http://t.co/pGb5D5W7 0.1247071
Interview Mario Draghi with Bild Zeitung http://t.co/QU61Sqm7 0.1132247
Monthly Bulletin (Oct. 2012) http://t.co/ULIxYWu2 0.1114298
Interview Mario Draghi with Der Spiegel http://t.co/PNen3ggP 0.0969844
Monthly Bulletin April 2012 http://t.co/v83OKNIG 0.0960577
Article Monthly Bulletin: Analysing government debt sustainability in the euro area http://t.co/szSa1ivJ 0.0905797
Statistics Pocket Book (Oct. 2012) http://t.co/Yeh8HLmF 0.0747657
Introductory statement Mario Draghi at the Committee on Economic and Monetary Affairs of the European Parliament http://t.co/jwR6IzDE 0.0729973
Speech Jörg Asmussen: The Eurozone and Japan - The Way Forward http://t.co/GpQUCWB1 0.0623535
Speech Benoît Cœuré: Challenges to the single monetary policy and the ECB’s response http://t.co/IxK6cNfr 0.0623535
Euro area balance of payments in June 2012 - http://t.co/CwpFOeBZ 0.0576346
SMP transactions settled last week: EUR 0 mln. Total amount to be absorbed: EUR 212 bln http://t.co/I2rF4wFX 0.0576346
Results of the Euro Money Market Survey 2012 http://t.co/onOYCnde 0.0576346
Introductory statement Mario Draghi in hearing at Committee on Economic and Monetary Affairs of the European Parliament http://t.co/ULI0QX65 0.0535469
Statement by the EC, ECB, and IMF on the Third Review Mission to Portugal http://t.co/l5qXkuEg 0.0499413
Bond purchases settled last week: EUR 4,478 mln. Matured: 649 million. Total amount to be absorbed: EUR 187 bln http://t.co/yEn2Hq9b 0.0499413
Statistics Pocket Book, (Sept 2012) http://t.co/JOyKi2zP 0.0499413

Community 5 (Goht2842)

The community exists from 2010 to 2012.

The community gathers 50 accounts It represents 0.1% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 7.41% of the corresponding three-year network.

Most followed accounts of the community 5

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Faisal Islam Economics Editor, BBC. Fin crisis book @theDefaultLine .. Newsnight. Host award-winning 2016 EUref TV interviews & 2017 live GE debate. United ST. 372480
Gianni Riotta @princeton @cfr_org @repubblica @consiusa @HuffPostItalia @luissdatalab @catchybigdata https://t.co/Or4v4qjDj3 FB https://t.co/Or4v4qjDj3 IG gianniriotta @edmo_EUI @Idmo_it @zeta_luiss 297457
Ed Conway Numbers guy. Likes charts. Occasionally spotted on @SkyNews & @TheTimes. Books: https://t.co/NLlq0OMlqg DMs open. Email: 154674
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
46252
Maria Tadeo Europe correspondent for Bloomberg Television. Opinions are mine and RT isn’t an endorsement. If in doubt, ask. 38527
Grégoire Favet #SmartBourse by @B_SMART_TV 12h30-13h + 17h-18h 5/7 20236
Alessandro Barbera Journalist @LaStampa @GEDIspa Author @Mezzorainpiu @RaiTre Mail 19471
EuroEFE <U+0001F1EA><U+0001F1FA> Web de información europea de @EFEnoticias con la colaboración de @Euractiv. Noticias, entrevistas, infografías, análisis y mucho más. 16946
Nuño Rodrigo <U+0001F499> Periodista económico en Cinco Días 14726
Christian Spillmann Journaliste européen cherche Union désespérément. Mes tweets, à sa demande, n’engagent pas mon employeur 12045

Most retweeting account in the community 5

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Money Top Tweets 38
Money for Nothing Monetary economy, financial markets. 21
Vlad Nistor #investor #crypto #blockchain #DeFi #travel. Angel Investor. Former crypto exchange CEO. Former fund manager. Bulding the future of finance. #TeamBlockchain 19
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
18
EuroEFE <U+0001F1EA><U+0001F1FA> Web de información europea de @EFEnoticias con la colaboración de @Euractiv. Noticias, entrevistas, infografías, análisis y mucho más. 15
Mariarosaria Comunale Economist at the Research Department @IMFNews | Formerly @Lietuvosbankas @ECB @OeNB | From #Trieste | ONLY my own views. Post, RT or like <U+2260> endorsement. 13
AEC Profesora de Política Económica. Disfruto con mi trabajo; es complejo, pero apasionante en estos tiempos. 11
Ingenious AM Providing discretionary investment management services to private clients and charities. 10
‘JG’ aka El Grubster Boy In Da Hood. Fun-loving travelholic, Gooner + VC/Equity-FICC Trader/part-time legal consultant. What a hotch-potch! 10
Top Business Tweets 9

Terms with the highest TF-IDF value in community 5

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 5

text tf_idf
Please note that the account @MarioDraghiECB is fake and NOT an official account of the ECB president, Mario Draghi 0.1219590
Lorenzo Bini Smaghi leaves the ECB for Harvard University http://t.co/KW4FGyis 0.0841962
Letter from the ECB President to Mr Giegold, MEP, on the two three-year longer-term refinancing operations http://t.co/sMS5Lhxv 0.0723807
Contrary to media reports published today, the European Central Bank (ECB) has not been consulted and has not (cont) http://t.co/Xypf2gBY 0.0631862
As usual, there will be a live webcast of this afternoon’s press conference (14:30 CET) on our website http://t.co/g3fD8GHm 0.0561898
Eligibility of bonds issued or guaranteed by the greek government in Eurosystem credit operations http://t.co/Jmq7sftJ 0.0556028
Congratulations to Germany, Spain, Portugal and Italy #euro2012 0.0511523
Now also available for iPhone and iPad: €conomia -The Monetary Policy Game http://t.co/5AfSBmhm 0.0505313
Coordinated central bank action to address pressures in global money markets http://t.co/C1PeDZCv 0.0493361
Mario Draghi: Where is the implementation of the long-standing European Council and Summit decisions? http://t.co/IG9fEptB 0.0482538
Mario Draghi: I think the UK needs Europe and Europe needs the UK http://t.co/bkubLFHN 0.0459146
Speech Benoît Cœuré: Financing the economy of the euro area - the ECB’s role http://t.co/vVROtNNl 0.0450046
Speech Mario Draghi: The monetary policy of the European Central Bank and its transmission in the euro area http://t.co/ZqDDUXIX 0.0394689
Draghi: The euro is irrevocable. 0.0394689
Article Mario Draghi: The future of the euro - stability through change http://t.co/0tMARmnc 0.0388250

Community 6 (c6Nqp2v2)

The community exists from 2010 to 2012.

The community gathers 33 accounts It represents 0.06% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.89% of the corresponding three-year network.

Most followed accounts of the community 6

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Chrystia Freeland Deputy Prime Minister & Minister of Finance / Vice-première ministre et ministre des Finances. Liberal MP for University—Rosedale. Proud mother of three. 291478
Koen Doens Director General @EU_Commission International Partnerships INTPA @EU_Partnerships. Classicist. Diplomat. Retweet no endorsement. 18182
EU Commission in Ireland 16943
Pierre Briançon Columnist, @Breakingviews. Previous lives at Politico, Dow Jones, Libération…. Author of ‘San Quentin Jazz Band’, ‘Romance In The Dark.’ 14553
Research for Traders Somos la primera empresa en realizar reportes financieros en español en forma independiente. 12458
Nicolás Menéndez Sarriés Escribo de Banca en @expansioncom. He publicado ‘Ajuste de cuentas’ en @libroscom y ‘Bankia Confidencial’ en @EdicionesDeusto. 10894
Alia Papageorgiou <U+0001F637> Journo, Spox, President @PressClubBXLEU & VP @AEJBelgium | Ex @EUinAus et al | @UNSWCanberra Master in Cyber & @KentLawSchool grad | Displaced Melburnian <U+2615><U+FE0F> 8559
Tradeweb We build better global electronic markets. $TW. 7862
Peter Whelan Alternative Investment Expert, Law, Consultant, Published Writer, Entrepreneur. likes : Sport, People, Travel + Good Food. 7102
Giovanni La Via Deputato europeo. Membro delle Commissioni Ambiente e Bilanci. / @forza_italia - @PPE_IT 5777

Most retweeting account in the community 6

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Alia Papageorgiou <U+0001F637> Journo, Spox, President @PressClubBXLEU & VP @AEJBelgium | Ex @EUinAus et al | @UNSWCanberra Master in Cyber & @KentLawSchool grad | Displaced Melburnian <U+2615><U+FE0F> 26
Dean T.Carson II CPA Certified Public Accountant; 24+ yrs. Wall St. Fin’l Svcs +Main St. exp, 4 Indstry, NGOs, NPs, Govt +Individs Families +Communities. Value at work on Teamwork. 26
John W. Green JW 26
Dean Carson CPA On Svcs, Applied Rsrch + Outreach to help on Industry, NGO, NP, Govt , Individual, Family +Community needs in the Economy +Financials #NYC #NY #States #Global 22
EU Commission in Ireland 20
Dean Carson CPA CT reg. CPA w/ family roots in Connecticut & NYC. CPA + Advisory Svcs, w/ onsite, mobile & virtual bus.svcs. For Businesses, Non Profits & Individuals. 20
Ang Striving For Progressive Governance 20
Peter Whelan Alternative Investment Expert, Law, Consultant, Published Writer, Entrepreneur. likes : Sport, People, Travel + Good Food. 19
DCarsonCPA_MA Connecting the line on Financial Decision Making for Govt, Industry, Business, Non Profits and Individuals - a solution set on CPA Services 15
AlexK <U+0001F4C8> 13

Terms with the highest TF-IDF value in community 6

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 6

text tf_idf
Working paper: Leading indicators of crisis incidence: evidence from developed countries http://t.co/6Z0fqs8L 0.0204969
Monetary policy decisions http://t.co/HvZx7FCy 0.0197965
Working paper: Nonlinear liquidity adjustments in the euro area overnight money market http://t.co/DKrj3tC3 0.0184328
Working paper: House price cycles in Europe http://t.co/K7ofJXM6uv 0.0184328
Decisions taken by the Governing Council of the ECB (in addition to decisions setting interest rates) http://t.co/NSLszy1i 0.0171700
Decisions taken by the Governing Council of the ECB (in addition to decisions setting interest rates) http://t.co/WhxlCzZugp 0.0171700
Closing remarks Yves Mersch at the conference on “Post-trade harmonisation and financial integration in Europe” http://t.co/7QhH9JiQ5m 0.0171700
Speech Benoît Cœuré: SME financing, market innovation and regulation http://t.co/GhW5A4qcff 0.0171700
Speech Vítor Constâncio: The European crisis and the role of the financial system http://t.co/13zWgsZbca 0.0171700
Working paper: Retail payments and the real economy http://t.co/54Qm0XcCbN 0.0171700
Speech Jean-Claude Trichet: Monetary policy in uncertain times http://bit.ly/ljdTLq 0.0171700
Statement by the EC, the ECB and the IMF on staff visit to Portugal http://t.co/6nD9KGdRIr 0.0167487
Results of the Eurosystem’s first Household Finance and Consumption Survey http://t.co/kVnZLgVrVT 0.0167487
Euro area international investment position and its geographical breakdown http://t.co/w5EUIJXG5b 0.0165775
Working paper: A dynamic limit order market with fast and slow traders http://t.co/LdUliunj3E 0.0153727
Working paper: The ECB’s non-standard monetary policy measures - the role of inst. factors and financial structure http://t.co/0IdFNidiQa 0.0153727
Working paper: Central bank liquidity provision, risk-taking and economic efficiency http://t.co/opJVKRpSue 0.0153727

Community 7 (piySoCVv)

The community exists from 2010 to 2012.

The community gathers 206 accounts It represents 0.4% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 30.52% of the corresponding three-year network.

Most followed accounts of the community 7

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
European Commission <U+0001F1EA><U+0001F1FA> News and information from the European Commission. Social media and data protection policy: https://t.co/Gz53Nebqre 1697030
zerohedge 1371175
Jean Quatremer Correspondant européen (mais pas que) de Libération. Comme le disait Lao Tseu, « tu as droit à une insulte, mais pas plus ». Protégé par @bodyguard_app 182530
Andrés Arauz Progresismo<U+0001F534> | Buen Conocer | Tax Justice | Ec Solidaria | Open Fintech RegTech & SupTech | Geoeconomía | SDRs + xenodollars | #noTBI no ISDS | <U+0001F1EA><U+0001F1E8> 131936
EPP Group The largest political group in the @Europarl_EN. We defend centre-right policies to promote growth & jobs in a more integrated Europe. #EPP4Health #JobsJobsJobs 123455
Mathijs Bouman

Econoom en journalist https://t.co/KNiWu4OUIJ

(Ik block en ik mute. Ook preventief. Alleen zo blijft twitter een nuttig medium)
75361
EU Economy & Finance Official @EU_Commission account on <U+0001F1EA><U+0001F1FA> economy and finances | #NextGenerationEU #ECForecast #EuropeanSemester #EUBEF22 RT/Follow <U+2260> endorsement 62108
Duncan Weldon Economist and writer. Author of Two Hundred Years of Muddling Through. Economics, finance, history, other stuff. Writes the Value Added newsletter at Substack. 58869
EU in the U.S. We are the diplomatic mission of the European Union to the United States. <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1F8> Follow EU Ambassador Lambrinidis @EUAmbUS and Deputy @MichaelCurtisEU. 56013
KaroHytrek-Prosiecka Comms, healthcare, economy, sports, politics <U+0001F4CC> Kiedys TVN24 BIS/CNBC/Fakty TVN <U+0001F399> Co-host podcastu Brandbook 49751

Most retweeting account in the community 7

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
junnisin garcía ram Junnisin García Ramírez, Poza Rica Veracruz, 59 años. Estoy estudiando, acepto donativos https://t.co/NsrlGlueEc 344
Prensa Comisión EU Equipo de prensa de la Representación de la Comisión Europea en España. Ayudamos a los medios. La cuenta de la Comisión Europea en España es: @comisioneuropea 301
Lorcan Roche Kelly Bloomberg. Other stuff sometimes. Terrible at writing bios. 250
Corporate Control Financial Controlling Firm watching the Financial Crisis with Database in German http://t.co/otolyLYELz - Tweet is no Advice/Endorsement 143
Nationale Bank Officieel twitterkanaal van de Nationale Bank van België 131
Banque nationale Compte twitter officiel de la Banque nationale de Belgique 128
Sulia Economics Retweeting the best tweets from the top experts on economics and business! 77
fbm Research Economist for ACPR/BDF Conseiller municipal @ville_de_blr Opinions are my own 76
Fabrizio Goria Financial Reporter @LaStampa, mountaineer, climber, outdoor enthusiast. Co-founder of @Alpinismi. Tips and insights at 67
Trendmacro The official Twitter feed of TrendMacro, a global investment strategy consulting firm. 67

Terms with the highest TF-IDF value in community 7

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 7

text tf_idf
Speech Jean-Claude Trichet: The ECB’s response to the crisis <U+FFFC> http://t.co/itkf70l 0.0065560
Euro area economic and financial developments by institutional sector http://t.co/QC9rNiod 0.0061182
Monetary policy decisions http://t.co/mxZDFXtg 0.0057722
Speech Jean-Claude Trichet: The euro area and its role in the global economy http://t.co/5INNdH3 0.0056456
Jean-Claude Trichet: In this Union of tomorrow, would it be too bold to envisage a ministry of Finance of the Union? 0.0048390
Statement of the Governing Council of the ECB on the decision of the Swiss National Bank http://t.co/iJrImkS 0.0048195
Monetary developments in the euro area http://t.co/jswlxEQg 0.0046508
Decisions taken by the Governing Council of the ECB (in addition to setting interest rates) http://t.co/SSQIvPH 0.0046315
Introductory statement Jean-Claude Trichet to the press conference <U+FFFC>http://t.co/EJOHViQ 0.0046315
Jean-Claude Trichet: We could then give euro area authorities much deeper and authoritative say in the country’s economic policies 0.0046315
Statement by the European Commission, the ECB and IMF on the Fourth Review Mission to Greece http://bit.ly/mIFt8S 0.0045892
Opinion on the proposal for a Single Supervisory Mechanism http://t.co/Dj8zm54L 0.0045892
Results of the July 2011 bank lending survey for the euro area http://t.co/2Ho3r57 0.0045892
Apologies for the incorrect link… Here’s the correct one for the interview of Jean-Claude Trichet http://bit.ly/jqgdI6 0.0044496
Eurosystem to introduce second series of euro banknotes – the “Europa” series http://t.co/6ty8qNkt 0.0044496

Community 8 (wy7PkP1i)

The community exists from 2010 to 2012.

The community gathers 39 accounts It represents 0.08% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.78% of the corresponding three-year network.

Most followed accounts of the community 8

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Alberto Nardelli Correspondent-at-large for Europe, Bloomberg. Send me news: / DMs open, ask for Signal, ProtonMail 88308
Proshare Impact Research | Market Intelligence | Strategic Advisory | Stakeholder Relations | Digital Media. 82476
Mario Seminerio Investment manager nella vita reale, commentatore economico nella bolla virtuale. Telegram: https://t.co/M9SBUNkjKP Sostenitori: https://t.co/2mMaaluBdE 71969
Megan Greene Senior Fellow, HKS @HKS_BizGov; Global Chief Economist, @Kroll_Institute; regular @FT columnist; Senior Fellow @chathamhouse; RT<U+2260>endorsement; opinions mine. 56429
24finanza A cura della redazione Finanza de Il Sole 24 Ore 30778
Martin Visser Econoom, journalist Financiële Telegraaf, spreker. Nieuwsbrief: https://t.co/t8h0dokycH Trotse verliezer finale Slimste mens 21/22. 28595
TradersLog.com Portal for active traders and investors - covering stocks, futures, options and forex. Follow us for breaking market news and analysis. 25640
Inés Calderón de Ant Periodista. Quiero ser presidenta del Betis. Ahora en @inclusiongob. Antes en @objetivolasexta @Transparentia_ @eleconomistaes @invertia Siempre sonrío #runner 12728
Pedro Moreira Correspondente europeu da TVI e CNN Portugal 10698
durk veenstra beurscommentator @ RTLZ 8860

Most retweeting account in the community 8

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Inés Calderón de Ant Periodista. Quiero ser presidenta del Betis. Ahora en @inclusiongob. Antes en @objetivolasexta @Transparentia_ @eleconomistaes @invertia Siempre sonrío #runner 24
Megan Greene Senior Fellow, HKS @HKS_BizGov; Global Chief Economist, @Kroll_Institute; regular @FT columnist; Senior Fellow @chathamhouse; RT<U+2260>endorsement; opinions mine. 21
GravityInternational Trader, economist, and market analyst. Hedging the machines with the human element. 21
Miroslav Piták Full-time trader (swing trading) 17
Juergen Baetz DC correspondent. Reporter für @dpa in Washington, davor Büroleiter Afrika in Johannesburg. Former @AP hack in Brussels, Berlin and Frankfurt. Proud daddy <U+0001F476><U+0001F3FD>! 16
Martin Visser Econoom, journalist Financiële Telegraaf, spreker. Nieuwsbrief: https://t.co/t8h0dokycH Trotse verliezer finale Slimste mens 21/22. 15
DANIEL BADÍA 14
jo make our planet great again 11
St. Marys Geography Department The Official Twitter for the Geography Department at St. Mary’s Secondary School Baldoyle. Follow us for regular Geography and education related updates. 11
Mario Seminerio Investment manager nella vita reale, commentatore economico nella bolla virtuale. Telegram: https://t.co/M9SBUNkjKP Sostenitori: https://t.co/2mMaaluBdE 10

Terms with the highest TF-IDF value in community 8

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 8

text tf_idf
Result of the 3-year refinancing operation http://t.co/fe5AfB8J 0.1185233
Bond purchases settled last week: EUR 4,478 mln. Matured: 649 million. Total amount to be absorbed: EUR 187 bln http://t.co/yEn2Hq9b 0.1158402
Coordinated central bank action to address pressures in global money markets http://t.co/C1PeDZCv 0.0677276
Bond purchases settled this week: EUR 9,520 mln. Total amount to be absorbed: EUR 183 bln http://t.co/yEn2Hq9b 0.0677276
SMP transactions settled last week: EUR 0 mln. Total amount to be absorbed: EUR 214 bln http://t.co/yEn2Hq9b 0.0602628
Change in eligibility of debt instruments issued or guaranteed by the Greek government http://t.co/yxwSTVIR 0.0602628
Interview Mario Draghi with the Financial Times http://t.co/bkubLFHN 0.0578070
SMP transactions settled last week: EUR 0 mln. Total amount to be absorbed: EUR 219.5 bln http://t.co/yEn2Hq9b 0.0525255
Bond purchases settled last week: EUR 22,113 mln. Total amount to be absorbed: EUR 96.0 bln http://t.co/ZOUvJwB 0.0507957
Bond purchases settled last week: EUR 635 mln. Total amount to be absorbed: EUR 207.5 bln http://t.co/yEn2Hq9b 0.0414012
Monthly Bulletin January 2012 http://t.co/cXTjLcam 0.0414012
Bond purchases settled last week: EUR 3,952 mln. Matured: 69 mln. Total amount to be absorbed: EUR 156.5 bln http://t.co/yEn2Hq9b 0.0393941
Bond purchases settled last week: EUR 3,795 mln. Total amount to be absorbed: EUR 160.5 bln http://t.co/yEn2Hq9b 0.0393941
SMP transactions settled last week: EUR 2,243 mln. Matured: 35 mln. Total amount to be absorbed: EUR 219 bln http://t.co/yEn2Hq9b 0.0393941
SMP transactions expected to be settled this week: EUR 0 mln. Total amount to be absorbed: EUR 214 bln http://t.co/yEn2Hq9b 0.0393941

Community 9 (Jh9vHT5K)

The community exists from 2011 to 2014.

The community gathers 1025 accounts It represents 2.6% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 35.29% of the corresponding three-year network.

Most followed accounts of the community 9

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
zerohedge 1371175
Joe Weisenthal Co-host of the Odd Lots podcast. 314234
WisdomTree At WisdomTree we do things differently. Follow us for innovative insights, ETF education, and more. Important disclosure: https://t.co/IZ3yrFH0mr 248900
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 241763
Holger Zschaepitz Holger Zschäpitz is market maniac @Welt and Author of ‘Schulden ohne Sühne?’ a book on states’ addictiveness to debt. Pics: https://t.co/YTtE1n2ifn 239342
Talouselämä Talouselämän toimituksen Twitter-tili. Talouselämä on Pohjoismaiden suurin ja Suomen ainoa talouden viikkolehti. 186527
Jean Quatremer Correspondant européen (mais pas que) de Libération. Comme le disait Lao Tseu, « tu as droit à une insulte, mais pas plus ». Protégé par @bodyguard_app 182530
CNBC International With the biggest breaking business and financial news from around the world, CNBC International is here to help you get ahead. 145302
Andrés Arauz Progresismo<U+0001F534> | Buen Conocer | Tax Justice | Ec Solidaria | Open Fintech RegTech & SupTech | Geoeconomía | SDRs + xenodollars | #noTBI no ISDS | <U+0001F1EA><U+0001F1E8> 131936
Renew Europe We are the pro-European political group in the @Europarl_EN. Our mission? to Renew Europe inspired to build a free & fair Europe <U+0001F1EA><U+0001F1FA> More news at @Renew_Press 125178

Most retweeting account in the community 9

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Finance and Money 4002
junnisin garcía ram Junnisin García Ramírez, Poza Rica Veracruz, 59 años. Estoy estudiando, acepto donativos https://t.co/NsrlGlueEc 1358
Lorcan Roche Kelly Bloomberg. Other stuff sometimes. Terrible at writing bios. 1200
lex hoogduin Monetary economist/complexity and uncertainty/ GloComNet/ University of Groningen/FAUC model/Operational resilience/“wicked” problems/risk management 600
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 496
Nationale Bank Officieel twitterkanaal van de Nationale Bank van België 450
Banque nationale Compte twitter officiel de la Banque nationale de Belgique 436
taka-z (<U+222A><U+03C9>)<U+308F><U+3093><U+308F><U+3093><U+304A> <U+30A2><U+30A4><U+30B3><U+30F3><U+3084><U+58C1><U+7D19><U+7B49><U+306B><U+95A2><U+4FC2><U+306A><U+304F><U+4E3B><U+306B><U+76F8><U+5834><U+95A2><U+4FC2><U+306E><U+3053><U+3068><U+3092><U+3001><U+66F8><U+3044><U+305F><U+308A><U+66F8><U+304B><U+306A><U+304B><U+3063><U+305F><U+308A><U+3057><U+307E><U+3059><U+3002><U+30F2><U+30BF><U+57A2><U+3067><U+306F><U+3042><U+308A><U+307E><U+305B><U+3093><U+3002><U+3002><U+3068><U+3066><U+3082><U+30A6><U+30B6><U+3044><U+306E><U+3067><U+30D5><U+30A9><U+30ED><U+30FC><U+3057><U+3066><U+9802><U+304F><U+969B><U+306B><U+306F><U+5341><U+5206><U+3054><U+6CE8><U+610F><U+304F><U+3060><U+3055><U+3044><U+3002> <U+30FC><U+30D5><U+30A9><U+30ED><U+30FC><U+3057><U+3066><U+9802><U+3044><U+3066><U+3044><U+308B><U+7686><U+69D8><U+3078><U+30FC> <U+3068><U+3066><U+3082><U+5931><U+793C><U+304B><U+3068><U+306F><U+5B58><U+3058><U+307E><U+3059><U+304C><U+3001><U+30D5><U+30A9><U+30ED><U+30FC><U+30D0><U+30C3><U+30AF><U+306F><U+6700><U+5C0F><U+9650><U+3068><U+306A><U+308A><U+307E><U+3059>…<U+3054><U+5BB9><U+8D66><U+304F><U+3060><U+3055><U+3044>m(_ _)m 434
Sara Gomez Arancibia Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth! Carpe diem, en latin:Mets à profit le jour présent. 376
PIGbrother World watcher 322

Terms with the highest TF-IDF value in community 9

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 9

text tf_idf
Introductory Statement to the ECB’s press conference - http://t.co/4VR2pWjIa7 0.0020243
Monetary policy decisions http://t.co/GMleeTct 0.0018583
Monetary policy decisions - rates unchanged: http://t.co/kC3y2w6Swo 0.0017758
Working paper: A financial systemic stress index for Greece - http://t.co/APbC2UhMQb 0.0016459
Review of the international role of the euro - http://t.co/6hD3AsrFIc 0.0016103
Working paper: The network structure of the CDS market and its determinants http://t.co/fbT1hrw4jq 0.0016084
Working paper: Large global volatility shocks, equity markets and globalisation: 1885-2011 http://t.co/m2K6nzRpxn 0.0016084
Working paper: The ECB’s non-standard monetary policy measures - the role of inst. factors and financial structure http://t.co/0IdFNidiQa 0.0016084
Results of the Eurosystem’s first Household Finance and Consumption Survey http://t.co/kVnZLgVrVT 0.0015020
ECB establishes standing swap arrangements with other central banks http://t.co/drDX6b2YVe 0.0014799
ECB’s reaction to the agreement on the Cypriot macroeconomic adjustment programme http://t.co/yVSlGQZVZS 0.0014722
Speech by Benoît Cœuré: Currency fluctuations: the limits to benign neglect. http://t.co/mfHtTl7Jia 0.0014394
Working paper: Firms’ financing constraints - do perceptions match the actual situation? http://t.co/Qsa23w3BHN 0.0014394
Euro area investment fund statistics http://t.co/prEREhXq 0.0014336
Speech Mario Draghi: The euro, monetary policy and reforms http://t.co/u9wUnBbo9p 0.0014305

Community 10 (KMf1iYR4)

The community exists from 2011 to 2013.

The community gathers 97 accounts It represents 0.19% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 6.96% of the corresponding three-year network.

Most followed accounts of the community 10

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
European Commission <U+0001F1EA><U+0001F1FA> News and information from the European Commission. Social media and data protection policy: https://t.co/Gz53Nebqre 1697030
eToro The world’s leading social investment network. Risk disclosure: https://t.co/0sjtX8Yc3G. DM @eToroTeam for inquiries. 333341
Ramon Tremosa <U+0001F397><U+0001F339> Diputat al Parlament de Catalunya. Conseller d’Empresa Generalitat de Catalunya (2020-2021). Diputat al Parlament Europeu (2009-2019). Professor d’Economia UB. 96632
Yiannis Andreou Vancouver Mortgage Broker Interested in Real Estate, Economics, Precious Metals, Travel, Organic Nutrition and <U+0391>ncient Greece 778-859-7195 <U+263A> 51419
KaroHytrek-Prosiecka Comms, healthcare, economy, sports, politics <U+0001F4CC> Kiedys TVN24 BIS/CNBC/Fakty TVN <U+0001F399> Co-host podcastu Brandbook 49751
Fabrizio Goria Financial Reporter @LaStampa, mountaineer, climber, outdoor enthusiast. Co-founder of @Alpinismi. Tips and insights at 43993
Europa in Nederland Het <U+0001F1F3><U+0001F1F1> Nederlandse bureau van de Europese Commissie, het informatiepunt voor jouw vragen en nieuws over #EU <U+0001F1EA><U+0001F1FA>, telefoon 070 313 53 00 39380
Cate Long I lead a research service for Puerto Rico bondholders. Former contributor to Reuters. 24275
Prensa Comisión EU Equipo de prensa de la Representación de la Comisión Europea en España. Ayudamos a los medios. La cuenta de la Comisión Europea en España es: @comisioneuropea 23544
De Nederlandsche Bank De Nederlandsche Bank maakt zich sterk voor financiële stabiliteit en draagt daarmee bij aan duurzame welvaart in Nederland. 20600

Most retweeting account in the community 10

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Prensa Comisión EU Equipo de prensa de la Representación de la Comisión Europea en España. Ayudamos a los medios. La cuenta de la Comisión Europea en España es: @comisioneuropea 367
fbm Research Economist for ACPR/BDF Conseiller municipal @ville_de_blr Opinions are my own 97
Sulia Economics Retweeting the best tweets from the top experts on economics and business! 77
Fabrizio Goria Financial Reporter @LaStampa, mountaineer, climber, outdoor enthusiast. Co-founder of @Alpinismi. Tips and insights at 64
Francesco Carbone Host of the Italian Podcast Il Truffone. A sound economic view on the Big Picture while Keeping Track of Relevant Details (50 tweets/retweets / week) 63
Suomen Pankki Suomen Pankki on Suomen keskuspankki. The Bank of Finland is Finland’s central bank. Blogs: https://t.co/fp3CepJFuS Photos: https://t.co/SeXDUxTQg5 53
Markus Kreuter With this account I collect information about the progress of the Basel regulation regime and related topics. All opinions are mine. 43
Europa in Nederland Het <U+0001F1F3><U+0001F1F1> Nederlandse bureau van de Europese Commissie, het informatiepunt voor jouw vragen en nieuws over #EU <U+0001F1EA><U+0001F1FA>, telefoon 070 313 53 00 34
JDreport Ongemakkelijk nieuws, columns, onderzoek, alternatief, opinie en nog veel meer… 26
Rui Cavaleiro Artista Visual.Autor, comunicador,produtor, ilustrador, retratista,sktecher. Explorador de conceitos e técnicas.Contador de histórias.Ex nada.Perpétuo aprendiz 26

Terms with the highest TF-IDF value in community 10

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 10

text tf_idf
Speech Jean-Claude Trichet: The ECB’s response to the crisis <U+FFFC> http://t.co/itkf70l 0.0389334
Speech Jean-Claude Trichet: The euro area and its role in the global economy http://t.co/5INNdH3 0.0319302
Working paper: Ranking, risk-taking and effort: an analysis of the ECB’s foreign reserves management http://t.co/HLrx59V 0.0319302
Jean-Claude Trichet: We could then give euro area authorities much deeper and authoritative say in the country’s economic policies 0.0305604
Working paper: The price of liquidity: the effects of market conditions and bank characteristics http://t.co/ATnjbbx 0.0285655
Jean-Claude Trichet: In this Union of tomorrow, would it be too bold to envisage a ministry of Finance of the Union? 0.0266085
Monetary developments in the euro area (April 2011) http://bit.ly/jt6B77 0.0259556
Jean-Claude Trichet: ‘More than before, it is essential that all euro area countries adhere to ambitious fiscal consolidation plans’ 0.0244483
Bond purchases settled last week: EUR 369 mln. Total amount to be absorbed: EUR 77.5 bln http://bit.ly/e5i1Qj 0.0244483
Article Monthly Bulletin: Keeping the ECB’s monetary and financial statistics fit for use http://t.co/SRygdGD 0.0244483
Monetary developments in the euro area http://t.co/Kz1Rhfn 0.0238046
Speech Jürgen Stark:  In the aftermath of the global economic crisis: What next? http://t.co/wC75yGE 0.0238046
Bond purchases settled last week: EUR 113 million. Total amount purchased since start of programme: EUR 74 bln http://bit.ly/glvDrO 0.0223897
Euro area economic and financial developments by institutional sector http://t.co/QC9rNiod 0.0220202
Monthly Bulletin (August 2011) http://t.co/z3Q4qX8 0.0216297
Speech Jean-Claude Trichet: Les enseignements de la crise http://t.co/nOgOrx5 0.0216297
Results of the July 2011 bank lending survey for the euro area http://t.co/2Ho3r57 0.0216297

Community 11 (mQJnCjI1)

The community exists from 2011 to 2013.

The community gathers 67 accounts It represents 0.13% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.81% of the corresponding three-year network.

Most followed accounts of the community 11

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Proshare Impact Research | Market Intelligence | Strategic Advisory | Stakeholder Relations | Digital Media. 82476
Mathijs Bouman

Econoom en journalist https://t.co/KNiWu4OUIJ

(Ik block en ik mute. Ook preventief. Alleen zo blijft twitter een nuttig medium)
75361
Mario Seminerio Investment manager nella vita reale, commentatore economico nella bolla virtuale. Telegram: https://t.co/M9SBUNkjKP Sostenitori: https://t.co/2mMaaluBdE 71969
EU in the U.S. We are the diplomatic mission of the European Union to the United States. <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1F8> Follow EU Ambassador Lambrinidis @EUAmbUS and Deputy @MichaelCurtisEU. 56013
Alexandre Baradez Chief Market Analyst | IG France 28840
Teacher Dude

‘Neutrality helps the oppressor, never the victim. Silence encourages the tormentor, never the tormented.’

Elie Wiesel - Nobel Peace Prize winner.
12322
Jean Wanningen Independent digital nomad. Former financial engineer, CEO, Venture Capitalist and Hedge Fund manager. Supporter of @Juisteantwoord, a common sense liberal party 9663
MarcoValerio LoPrete Marco Valerio Lo Prete, giornalista al Tg1, autore con Antonio Golini di “Italiani poca gente” (prefazione di Piero Angela) https://t.co/Cn5fO4Nr3J 8504
Miquel Mascort Reig Emprendedor. Co-Fundador y CEO de OCASIONIA. MBA por IE Business School. Blockchain Tech por MIT Sloan. 5417
Eduskunnan kirjasto Eduskunnan kirjasto - Riksdagsbiblioteket - Library of Parliament, Finland 5202

Most retweeting account in the community 11

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Leonardo Donati <U+0001F1EA><U+0001F1FA> #Economics, #Politics, #InternationalRelations, #Innovation, #Marketing, #BigData, #Strategy. (#PudeTeam!) 70
steve walker <U+0001F308><U+23F3> fractality | diversity | sustainability futures fx commodities cyrpto trader its my business to know what others dont 45
AlexK <U+0001F4C8> 37
EU in the U.S. We are the diplomatic mission of the European Union to the United States. <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1F8> Follow EU Ambassador Lambrinidis @EUAmbUS and Deputy @MichaelCurtisEU. 30
Maurizio Sgroi Polygraph. Journalism&Writing. The Walking Debt - Season X: Growing - Contributor: @econopoly24, @ilfoglio_it, @Linkiesta, @formichenews, @Aspeniaonline 25
Deepak 24
Fabio Quintiliani <U+0001F1EA><U+0001F1FA><U+0001F1EE><U+0001F1F9><U+0001F1EE><U+0001F1EA><U+0001F1E6><U+0001F1F9><U+0001F1E9><U+0001F1EA><U+0001F1EA><U+0001F1F8><U+0001F1F8><U+0001F1EA><U+0001F1F9><U+0001F1E9><U+0001F1E8><U+0001F1FE><U+0001F1EA><U+0001F1EA><U+0001F1F1><U+0001F1F9><U+0001F1F1><U+0001F1FB><U+0001F1EC><U+0001F1F7><U+0001F1EB><U+0001F1EE><U+0001F1EB><U+0001F1F7><U+0001F1E8><U+0001F1FF><U+0001F1E9><U+0001F1F0><U+0001F1ED><U+0001F1FA><U+0001F1E7><U+0001F1EC><U+0001F1F3><U+0001F1F1><U+0001F1F2><U+0001F1F9><U+0001F1F1><U+0001F1FA><U+0001F1F5><U+0001F1F1><U+0001F1F7><U+0001F1F4><U+0001F1F5><U+0001F1F9><U+0001F1F8><U+0001F1F0><U+0001F1F8><U+0001F1EE><U+0001F1ED><U+0001F1F7> (<U+0001F1EC><U+0001F1E7>)(<U+0001F1FA><U+0001F1E6>) 18
Jean Wanningen Independent digital nomad. Former financial engineer, CEO, Venture Capitalist and Hedge Fund manager. Supporter of @Juisteantwoord, a common sense liberal party 13
Proshare Impact Research | Market Intelligence | Strategic Advisory | Stakeholder Relations | Digital Media. 12
Serena Torielli Prefer to understand rather than https://t.co/Ss1ONbypWr of https://t.co/sw1TwvDFZ9 Not on Facebook and instagram. 12

Terms with the highest TF-IDF value in community 11

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 11

text tf_idf
Draghi: We have learned that we need to complete the institutions of our Economic and Monetary Union 0.0478534
Draghi: The key to maintaining sovereignty in this world is to share more sovereignty by integrating more deeply 0.0439735
Draghi: Fiscal consolidation unavoidable but can be made much more growth-friendly 0.0411336
Draghi: Countries that join the euro area today can be confident that its central pillar, its monetary policy, is sound 0.0384317
Draghi: An exit from the accommodative stance is still distant 0.0347081
Draghi: Structural reforms may hurt vested interests, but clearly strengthen effectiveness, competitiveness and fairness of our economies 0.0347081
Draghi: The ECB will not act to compress spreads artificially; they should reflect the underlying fiscal position of the sovereign 0.0325973
Draghi: OMT even more essential now as we see potential changes in the mon. pol. stance with associated uncertainty in other jurisdictions 0.0304485
Draghi: In terms of monetary policy, price stability is assured, and the overall economic outlook still warrants an accommodative stance 0.0299084
NA 0.0287935
Draghi: New members of the euro area can benefit from the lessons we have learned since 1999 0.0263841
Eurosystem unveils the Europa series €5 banknote http://t.co/bMtMBF1F 0.0263841
Draghi: closing the competitiveness gap is a key component of improving the current economic situation. 0.0263326
Draghi: Unemployment rate in January lowest since May 2009 0.0253544
Draghi: I welcome the vote today by the European Parliament on the new European supervisor, the Single Supervisory Mechanism (SSM) 0.0253535

Community 12 (o9pZi1YO)

The community exists from 2011 to 2013.

The community gathers 109 accounts It represents 0.21% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 7.82% of the corresponding three-year network.

Most followed accounts of the community 12

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Faisal Islam Economics Editor, BBC. Fin crisis book @theDefaultLine .. Newsnight. Host award-winning 2016 EUref TV interviews & 2017 live GE debate. United ST. 372480
Gianni Riotta @princeton @cfr_org @repubblica @consiusa @HuffPostItalia @luissdatalab @catchybigdata https://t.co/Or4v4qjDj3 FB https://t.co/Or4v4qjDj3 IG gianniriotta @edmo_EUI @Idmo_it @zeta_luiss 297457
Chrystia Freeland Deputy Prime Minister & Minister of Finance / Vice-première ministre et ministre des Finances. Liberal MP for University—Rosedale. Proud mother of three. 291478
Ed Conway Numbers guy. Likes charts. Occasionally spotted on @SkyNews & @TheTimes. Books: https://t.co/NLlq0OMlqg DMs open. Email: 154674
Nicola Duke Trader, GenX, Libertarian RAF Veteran, Technical Analyst, Educator, Vincit qui se vincit, Compete with Yourself Cooperate with Others 101360
Alberto Nardelli Correspondent-at-large for Europe, Bloomberg. Send me news: / DMs open, ask for Signal, ProtonMail 88308
Megan Greene Senior Fellow, HKS @HKS_BizGov; Global Chief Economist, @Kroll_Institute; regular @FT columnist; Senior Fellow @chathamhouse; RT<U+2260>endorsement; opinions mine. 56429
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
46252
Maria Tadeo Europe correspondent for Bloomberg Television. Opinions are mine and RT isn’t an endorsement. If in doubt, ask. 38527
24finanza A cura della redazione Finanza de Il Sole 24 Ore 30778

Most retweeting account in the community 12

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Kampfzwerg Flauscheria der Piraten, Beisitzer des KV PM in Brandenburg https://t.co/FRorgBpaW2 46
ICBPI InformaEuropa Istituto Centrale delle Banche Popolari Italiane Brussels Rep. Office. Informa Europa is our monthly newsletter focus on the activity of CIBP, EU and banks. 41
Money Top Tweets 38
Megan Greene Senior Fellow, HKS @HKS_BizGov; Global Chief Economist, @Kroll_Institute; regular @FT columnist; Senior Fellow @chathamhouse; RT<U+2260>endorsement; opinions mine. 35
Money for Nothing Monetary economy, financial markets. 30
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
30
GravityInternational Trader, economist, and market analyst. Hedging the machines with the human element. 28
Inés Calderón de Ant Periodista. Quiero ser presidenta del Betis. Ahora en @inclusiongob. Antes en @objetivolasexta @Transparentia_ @eleconomistaes @invertia Siempre sonrío #runner 26
Guruwatch Guruwatch.nl is the number one Dutch website to follow stockanalyst’s advices. But only Mr. Market is to judge! 25
Vlad Nistor #investor #crypto #blockchain #DeFi #travel. Angel Investor. Former crypto exchange CEO. Former fund manager. Bulding the future of finance. #TeamBlockchain 23

Terms with the highest TF-IDF value in community 12

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 12

text tf_idf
Bond purchases settled last week: EUR 4,478 mln. Matured: 649 million. Total amount to be absorbed: EUR 187 bln http://t.co/yEn2Hq9b 0.0484579
Coordinated central bank action to address pressures in global money markets http://t.co/C1PeDZCv 0.0330535
Result of the 3-year refinancing operation http://t.co/fe5AfB8J 0.0306926
Please note that the account @MarioDraghiECB is fake and NOT an official account of the ECB president, Mario Draghi 0.0262634
Bond purchases settled this week: EUR 9,520 mln. Total amount to be absorbed: EUR 183 bln http://t.co/yEn2Hq9b 0.0259706
Introductory statement Mario Draghi at European Parliament hearing on the ECB’s 2010 Annual Report http://t.co/9fpM6IVs 0.0252716
Interview Mario Draghi with the Financial Times http://t.co/bkubLFHN 0.0241817
Contrary to media reports published today, the European Central Bank (ECB) has not been consulted and has not (cont) http://t.co/Xypf2gBY 0.0233654
Lorenzo Bini Smaghi leaves the ECB for Harvard University http://t.co/KW4FGyis 0.0226642
Interest rates unchanged http://t.co/hdy7BKtM 0.0183103
SMP transactions settled last week: EUR 0 mln. Total amount to be absorbed: EUR 219.5 bln http://t.co/yEn2Hq9b 0.0183103
Interview Mario Draghi with Bild Zeitung http://t.co/QU61Sqm7 0.0183103
SMP bond purchases settled last week: 7,986 mln. Matured: 131 mln. Amount to be absorbed: EUR 194.5 billion 0.0180200
Bond purchases settled last week: EUR 3,662 mln. Total amount to be absorbed: EUR 207.0 bln http://t.co/yEn2Hq9b 0.0168060
SMP transactions settled last week: EUR 0 mln. Total amount to be absorbed: EUR 214 bln http://t.co/yEn2Hq9b 0.0168060

Community 13 (s86ACO1E)

The community exists from 2011 to 2013.

The community gathers 70 accounts It represents 0.14% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.02% of the corresponding three-year network.

Most followed accounts of the community 13

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Willem Middelkoop ‘The Oracle from Amsterdam’ (Max Keiser) * Member of Anywheres * Discovery Investor * 2 companies & 8 books (2014 BTC =Virtual Gold) * OMFIF * former journalist 115107
Yannis Koutsomitis European affairs analyst. Managing Editor @KappaNewsGr. Senior Media Advisor @delphi_forum. Advisory Board @ELIAMEP. Commentary @skynewsarabia. #EUinfluencer. 73981
Christopher Vecchio, CFA Senior Strategist for IG’s DailyFX (https://t.co/HT17yQwR1i) Recent notes: https://t.co/wBBwwbreq4 CFA Charterholder 52938
MacroPru<U+0001F637> The #MacroPrudential Reader #macropru #mapo #systemicrisk #financialstability #economics #policy #finance #shadowbanking #bubbles #spillovers #globalliquidity 42389
EU Finance <U+0001F1EA><U+0001F1FA> Official @EU_Commission account for Financial Stability Financial Services and Capital Markets Union. #DigitalEuro #EUsanctions 41828
Miquel Roig Papà. Periodista. Subdirector en @elconfidencial: economía/empresas/mercados. Fui corresponsal (Londres&Bruselas). Haciendo de la necesidad virtud desde 1980 30409
Rus Embassy, Greece

<U+041F><U+043E><U+0441><U+043E><U+043B><U+044C><U+0441><U+0442><U+0432><U+043E> <U+0420><U+043E><U+0441><U+0441><U+0438><U+0438> <U+0432> <U+0413><U+0440><U+0435><U+0446><U+0438><U+0438>

<U+03A0><U+03C1>esße<U+03AF>a t<U+03B7><U+03C2> <U+03A1><U+03C9>s<U+03B9><U+03BA><U+03AE><U+03C2> <U+039F>µ<U+03BF>sp<U+03BF><U+03BD>d<U+03AF>a<U+03C2> st<U+03B7><U+03BD> <U+0395><U+03BB><U+03BB><U+03B7><U+03BD><U+03B9><U+03BA><U+03AE> <U+0394><U+03B7>µ<U+03BF><U+03BA><U+03C1>at<U+03AF>a

Embassy of Russia in Greece

https://t.co/b36LIOL3aa
19540
Thomaïs Papaïoannou Correspondante de la télévision publique grecque et chypriote en France: ERT / RIK-CyBC. All views expressed, solely mine 18376
Gustavo Baratta Bonds, running, one Europe. Don’t pay too much attention. Don’t rise to the bait. Don’t take it personally. Don’t get sucked into the vortex. Rise above. 16538
Central Bank of Ireland The Central Bank of Ireland/Banc Ceannais na hÉireann is responsible for both central banking and financial regulation in Ireland. 15506

Most retweeting account in the community 13

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Kamal Romero Writing and reading stuff … 132
Gilbert MAHE @FranceMob ( francophone ) - AGENDA : https://t.co/K8HtxMcZgF?amp=1 … ….. Economics , dans l’Air du Temps & Géopolitique 72
Maisel’s Weisse Lover <U+8A3C><U+5238><U+30A2><U+30CA><U+30EA><U+30B9><U+30C8><U+3001><U+305D><U+306E><U+4ED6><U+96D1><U+591A><U+306A><U+601D><U+3044><U+3064><U+304D><U+3001>ML<U+7B49><U+306E><U+6CA1><U+30CD><U+30BF><U+2192>twitter <U+30AE><U+30E3><U+30F3><U+30D6><U+30EB><U+3001><U+30A4><U+30F3><U+30C1><U+30AD><U+6295><U+8CC7><U+3001><U+95A2><U+9023><U+306E><U+30D5><U+30A9><U+30ED><U+30EF><U+30FC><U+306F><U+4E00><U+65B9><U+7684><U+306B><U+30B9><U+30D1><U+30E0><U+5831><U+544A><U+3057><U+307E><U+3059><U+3002>/ HN is from my most fav bier of Bayreuth as Festgast/Wagner Society 44
El Patron <U+0001F680> 12 years in Wall Street . Global Macro Strategist for GR LLC. I work all the time so my <U+0001F436> <U+0001F431> and <U+0001F41F> can enjoy my money. 28
Alvin Leong https://t.co/Eqn0Xt2cJx 28
Pablo E Guidotti 25
ConsuladoEspañaDdorf Consulado General de España ¡Bienvenidos! - Generalkonsulat von Spanien, Herzlich willkommen! Check out our terms of use here http://t.co/iLOIWttUkD 25
Ali OZENICI Banking & Financial Professional 19
Rus Embassy, Greece

<U+041F><U+043E><U+0441><U+043E><U+043B><U+044C><U+0441><U+0442><U+0432><U+043E> <U+0420><U+043E><U+0441><U+0441><U+0438><U+0438> <U+0432> <U+0413><U+0440><U+0435><U+0446><U+0438><U+0438>

<U+03A0><U+03C1>esße<U+03AF>a t<U+03B7><U+03C2> <U+03A1><U+03C9>s<U+03B9><U+03BA><U+03AE><U+03C2> <U+039F>µ<U+03BF>sp<U+03BF><U+03BD>d<U+03AF>a<U+03C2> st<U+03B7><U+03BD> <U+0395><U+03BB><U+03BB><U+03B7><U+03BD><U+03B9><U+03BA><U+03AE> <U+0394><U+03B7>µ<U+03BF><U+03BA><U+03C1>at<U+03AF>a

Embassy of Russia in Greece

https://t.co/b36LIOL3aa
19
Mauricio Gtz 19

Terms with the highest TF-IDF value in community 13

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 13

text tf_idf
Draghi: If we were to raise rates in this situation, it would only depress the economy further. And this would in turn affect savings. 0.0248360
Draghi: Interest rates are low because the economy is weak. Accommodative monetary policy is a response to this. 0.0217811
Draghi: We have been witnessing a disinflation “in slow motion” for several months now 0.0190585
Draghi: We did not act because of deflation risks, but to restore an appropriate safety margin from 0 as per our price stability objective. 0.0188761
Draghi: Our accommodative stance also has an important side effect: it facilitates the continuing internal rebalancing in the euro area. 0.0163358
Interest rates unchanged http://t.co/bdHAnXsPeK 0.0153424
Draghi: Restoring sustainable growth requires higher investment in human and physical capital, in all euro area countries. 0.0145200
Draghi: The answer to the problems of the euro area is not to weaken its stronger but rather to strengthen its weaker economies. 0.0135823
Draghi: Return of economic growth not a signal reform efforts are behind us, on the contrary. Determined action is more important than ever. 0.0125396
Working paper: Growth, real exchange rates and trade protectionism since the financial crisis http://t.co/de6kDIWQDQ 0.0116502
Draghi: We are Europeans and we act for the euro area as a whole 0.0116160
Draghi: Strong recovery involves national governments, social partners, business leaders and European actors all playing their part. 0.0105576
Draghi: All the countries under strain are no longer accumulating external debt and “living beyond their means” 0.0101640
Working paper: Micro and macro analysis on household income, wealth and saving in the euro area http://t.co/o40w7HtAYL 0.0101640
Draghi: Need to break loop between banks and sovereigns at national level by taking resp. for financial stability to the European level 0.0096902
Mario Draghi: Monetary stability, financial stability and defence of the single European market are all closely linked 0.0096902
Statistics Pocket Book April 2012 http://t.co/pGb5D5W7 0.0096902

Community 14 (2kGiFhDq)

The community exists from 2012 to 2014.

The community gathers 234 accounts It represents 0.45% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 7.17% of the corresponding three-year network.

Most followed accounts of the community 14

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Nouriel Roubini Roubini Macro Associates CEO; NYU Prof Emeritus; @RosaRoubini CoFounder; Crisis Economics author; Time100, FT, FP, Forbes, Coindesk Most Influential Awards 536984
Ryszard Petru Instytut Mysli Liberalnej. Nowoczesna 381255
Joe Weisenthal Co-host of the Odd Lots podcast. 314234
Pedro da Costa Federal Reserve correspondent & Head of Policy for the Americas at @MNIMarketNews. Host of #FedSpeak. Previously: @Reuters, @WSJ, @PIIE. Opinions my own. 138035
WSJ Central Banks Coverage of the Federal Reserve and other central banks by @WSJ reporters around the world, from WSJ Pro Central Banking, a premium service 122771
Willem Middelkoop ‘The Oracle from Amsterdam’ (Max Keiser) * Member of Anywheres * Discovery Investor * 2 companies & 8 books (2014 BTC =Virtual Gold) * OMFIF * former journalist 115107
Pierpaolo Barbieri founder @uala_co @uala_abc @uala_arg 107035
Limesonline Limes, rivista italiana di geopolitica. Sotto la pelle del pianeta: se nel mondo succede qualcosa di importante, ne parliamo. Qui a cura di @nicklocatelli. 79235
Fed Up Cassandra Writer and speaker on banking, finance & economics. Professional singer. Fed up with nonsense on the internet. I block trolls, sealions & rude people. She/her. 72768
Jennifer Ablan Editor-in-Chief and CCO, P&I 69345

Most retweeting account in the community 14

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Crypto Trader Pro <U+0001F1FA><U+0001F1F8> Gain passive income every Monday on #BTC #ETH #CEL #LINK #MATIC via <U+27F6> https://t.co/08bMbUvAw5 163
Maisel’s Weisse Lover <U+8A3C><U+5238><U+30A2><U+30CA><U+30EA><U+30B9><U+30C8><U+3001><U+305D><U+306E><U+4ED6><U+96D1><U+591A><U+306A><U+601D><U+3044><U+3064><U+304D><U+3001>ML<U+7B49><U+306E><U+6CA1><U+30CD><U+30BF><U+2192>twitter <U+30AE><U+30E3><U+30F3><U+30D6><U+30EB><U+3001><U+30A4><U+30F3><U+30C1><U+30AD><U+6295><U+8CC7><U+3001><U+95A2><U+9023><U+306E><U+30D5><U+30A9><U+30ED><U+30EF><U+30FC><U+306F><U+4E00><U+65B9><U+7684><U+306B><U+30B9><U+30D1><U+30E0><U+5831><U+544A><U+3057><U+307E><U+3059><U+3002>/ HN is from my most fav bier of Bayreuth as Festgast/Wagner Society 144
irnieks 2016 Denacionalizeto namu irnieku diskriminacija Riga. 79
Juan de loresecha Dealer and Market watcher. All opinios are mine and RT does not mean endorsement. Love Africa 69
Mauricio Gtz 68
API Wirtschaft und Politik 58
WSJ Central Banks Coverage of the Federal Reserve and other central banks by @WSJ reporters around the world, from WSJ Pro Central Banking, a premium service 57
Matt Brown Quality control. 30
Ben Williams $GBPUSD $EURUSD $BTCUSD $XAUUSD $SP500: Trading = High Risk. No recommendation to buy or sell is being made with any financial product. 29
Otto Fassheber Private Banker & Portfolio Manager 26

Terms with the highest TF-IDF value in community 14

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 14

text tf_idf
Draghi: The latest euro area macroeconomic projections indicate lower inflation, accompanied by weaker growth and subdued monetary dynamics 0.0070571
Draghi: Early next year we’ll reassess monetary stimulus achieved, the expansion of the balance sheet and the outlook for price developments 0.0069803
Draghi: Eurosystem staff macroeconomic projections: Annual HICP inflation was foreseen to reach 0.5% in 2014, 0.7% in 2015 and 1.3% in 2016 0.0066375
Draghi: Compared with September 2014 the projections for real GDP growth have been revised downwards substantially 0.0061107
Draghi: QE has been shown to be effective in the US and in the UK, in Japan it’s more complicated 0.0061091
Draghi: If necessary, the Governing Council remains unanimous in commitment to use additional unconventional instruments within its mandate 0.0056801
Draghi: Eurosystem staff macroeconomic projections: Annual real GDP increasing by 0.8% in 2014, 1.0% in 2015 and 1.5% in 2016 0.0056230
Draghi: Buying sovereign bonds falls clearly within our mandate 0.0054841
Draghi: Technical preparations have been stepped up for further measures which could be implemented in a timely manner, if needed 0.0053262
Draghi: There is enough evidence that QE could be effective. 0.0053262
NA 0.0053221
Draghi: We will also evaluate the broader impact of recent oil price developments on medium-term inflation trends in the euro area 0.0047305
Draghi: Our measures will have sizeable impact on balance sheet, which is intended to move towards the early 2012 dimensions 0.0044350
Draghi: This commitment would imply altering early next year the size, pace and composition of our measures 0.0041394
Draghi: Would not be best use of our time to discuss things that are illegal 0.0039763
Draghi: It’s not the task of the ECB to finance investment plans 0.0039763

Community 15 (gtc4OSpi)

The community exists from 2012 to 2014.

The community gathers 214 accounts It represents 0.42% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 6.55% of the corresponding three-year network.

Most followed accounts of the community 15

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Selva Demiralp Professor of Economics, Koc University. Former Economist at the Federal Reserve Board. 127341
Katie Martin FT markets ed. ‘Globalist shit for brains.’ Vomiting Camels. E17 before it was cool. Not on Instagram, unlike my impersonator doing a crypto scam. @ftmarkets 93986
Jorge Galindo Exploro preguntas y respuestas en @esadeecpol & @el_pais. De Politikon. “Never be so kind you forget to be clever, never be so clever you forget to be kind” ~TS 64915
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
46252
Investing.com España <U+0001F1EA><U+0001F1F8> <U+0001F4C8> Portal financiero que ofrece cotizaciones y gráficos en tiempo real, noticias financieras, análisis técnico… ¡Tu próxima inversión empieza aquí! 37587
The Parliament Magazine EU Politics, Policy & People: News, views and analysis on the latest EU issues from The Parliament Magazine. 33980
Baki Demirel Doç. Dr. Yalova Üniversitesi Ekonomi/Tokat GOP Üni. Ekonomi /Gazi Üniversitesi Ekonomi/post Keynesian/Besiktas taraftari 33910
Nick Malkoutzis Co-founder & editor of economic & political analysis site Macropolis (@MacroPolis_gr, https://t.co/0RQgYel6U0) & co-host of The Agora podcast (https://t.co/XqPGqNy1ob) 28342
Bas Eickhout Europarlementariër voor @GroenLinks • Member of the European Parliament @GreensEFA 27964
AVW Mercader. <U+0001F34B> 26259

Most retweeting account in the community 15

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
burattino Per gli Stati Uniti d’Europa! Contro le sciocchezze di populisti, demagoghi ed euroscettici di tutte le risme. 148
fbm Research Economist for ACPR/BDF Conseiller municipal @ville_de_blr Opinions are my own 116
Damian Lebuda Pro-EU, conservative, e-commerce space. I like: F1, WRC, Alex Kava, Bagatela, Opera Krakowska, “Gotham” series. Facebook: https://t.co/6Dyj846gvA. 93
Thomas Schumm Freier Journalist l Börse l Wirtschaft l Herausgeber https://t.co/CGCRkoqs1s l 1.+2. Preis finanzblog award l Forbes, BO, GQ, SZ, Stern-Stimmen 75
SharingTheLastMinute #LastMinute #Whisper #Sharing #Economy #Finance #Sports #Political #Art #Science #Technology <U+FE0F><U+FE0F><U+FE0F> 68
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
62
corse-economie Analyse sur l’économie corse 55
Luc Watrin Amateur de bons vins et passionné par la finance. Tous mes tweets n’engagent que moi 37
Frank Knopers Founder, researcher and editor of Geotrendlines. Gold, Money and Geopolitics (Retweet is no endorsement) @geotrendlines https://t.co/mOSqqSEUcZ 28
Federlus Valorizziamo il ruolo delle BCC nostre socie, ne favoriamo lo sviluppo e ne supportiamo l’agire nell’interesse di Soci, Clienti e Comunità di riferimento 26

Terms with the highest TF-IDF value in community 15

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 15

text tf_idf
Draghi: The Eurosystem will purchase a broad portfolio of simple and transparent asset-backed securities (ABSs) 0.0281864
Draghi: The Eurosystem will also purchase a broad portfolio of euro-denominated covered bonds issued by euro area MFIs 0.0246492
Draghi: Underlying assets should consist of claims against the euro area non-financial private sector 0.0189358
Draghi: If necessary, the Governing Council is unanimous in its commitment to using additional unconventional instruments within its mandate 0.0170552
Draghi: The newly decided measures, together with the TLTROs, will have a sizeable impact on our balance sheet 0.0154930
Draghi: QE was discussed 0.0151687
Monetary policy decisions: rates cut by 10 basis points http://t.co/PPgYaMPMsV 0.0136831
Draghi: Decision was not unanimous 0.0128294
Draghi: There was a comfortable majority in favour of the programme 0.0119619
Introductory statement Mario Draghi to the press conference http://t.co/qMWVRbKCYj 0.0112975
Draghi: Compared to June 2014, projection for inflation for 2014 revised downwards. Projections for 2015 and 2016 have remained unchanged. 0.0108523
Draghi: Compared to June 2014, projections for real GDP growth for 2014 and 2015 revised downwards and for 2016 revised upwards 0.0106104
Draghi: Existing SGP flexibility allows budgetary costs of major structural reforms to be addressed and demand to be supported 0.0090947
Draghi: There is also leeway to achieve a more growth-friendly composition of fiscal policies 0.0087223
Draghi: Geopolitical risks heightened and some will have greater impact on euro area than on other areas 0.0086072

Community 16 (l2mK0DUX)

The community exists from 2012 to 2014.

The community gathers 160 accounts It represents 0.31% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.9% of the corresponding three-year network.

Most followed accounts of the community 16

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Jonathan Ferro Good Morning, Good Morning. Anchor @Business 92337
Yohay Elam Everything forex, and a bit more, by Yohay Elam, Founder of Forex Crunch (site sold), the Premium content leader at FXStreet and marathon runner, 3h00 69940
Zeynep Erataman BloombergHT Ilk Söz&Piyasa Masasi,BHTRadyo Çapraz Kur,Tufts B.A.Math&Econ Magna cum Laude,Liceo Italiano Scientifico Maturita Valedictorian. RT<U+2260>endorsements 60823
Petrit Selimi Xennial husband, dad. CEO @mfkosovo. Ex Foreign Minister <U+0001F1FD><U+0001F1F0> #Kosovo. @GMFUS Fellow. Comics, CFC. Personal tweets. RT<U+2260>endorse. “A Republic, if you can keep it” 53134
Pablo R. Suanzes El Mundo. Corresponsal. Rage, rage against the dying of the light. Dilexit veritatem. 47169
Exen <U+0001F1F5><U+0001F1F1> Living in a forest on @NATO’s eastern border 44415
EVREN BOLGÜN 30 years of an Academic & Professional Experience in Finance. Risk&Portfolio Management, Philosopy, History, Art Gourmet,Motorcycling,Sailing 43707
Crypto by Devvie I <U+2665> #crypto. Follow me for ALL cryptocurrency NEWS, gossip & inside information. #bitcoin #ethereum #altcoin #blockchain #ICOs 43625
Constantin Gurdgiev Academic. Doing some research in finance, financial markets & VUCA. If you are managing risk, you are mismanaging uncertainty and complexity. 37579
Guillaume Maujean Consultant @BrunswickGroup / ex-journaliste @LesEchos / Auteur Les Seigneurs de l’Argent @Ed_Tallandier 37524

Most retweeting account in the community 16

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Paolo G. Grignaschi Credito Cooperativo - Educazione finanziaria 111
TradingCincoDías Mercados financieros en tiempo real. Índices y acciones. Forex y commodities. Fondos y ETFs. Entrevistas. Ocio y Negocio. SP/EN. 98
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 66
Money for Nothing Monetary economy, financial markets. 57
Jussi Kettunen Pankkien taloudellisen sääntelyn ja toimialaseurannan asiantuntija @Finanssiala /Adviser @FinFinance#pankit#oikeudenmukaisuus#vastuullisuus 45
Constantin Gurdgiev Academic. Doing some research in finance, financial markets & VUCA. If you are managing risk, you are mismanaging uncertainty and complexity. 41
Dan Ion Oprea DWE, MES, DES, MPS 31
Adam Czerniak Doktor nauk ekonomicznych // Dyrektor ds. badan Polityka Insight // Kierownik Zakladu Ekonomii Instytucjonalnej i Politycznej, SGH 26
Wojciech Golecki-Mancuso Eurofreak. Only personal views. I don’t endorse by RT. 25
Ilias Siakantaris I’ve missed many things in life but not the story of Greek collapse. <U+039D>ewsanchor at @ERTofficial_ Prev: @ALPHA_TV, @Kathimerini_gr, @skaigr,@AUEB, @columbiajourn 25

Terms with the highest TF-IDF value in community 16

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 16

text tf_idf
12 of 25 banks already covered €15bn of shortfall in 2014; others have 2 weeks to prepare capital plans #ecbtest 0.0358480
Capital shortfall of €25bn revealed at 25 euro area banks as of end 2013 #ecbtest 0.0346444
Adverse stress scenario would deplete banks’ capital by €263bn or cut median tier 1 capital by 4pp to 8.3% #ecbtest http://t.co/ee7HnMMfuz 0.0325694
Extra €136bn in non-performing exposures uncovered as part of exercise #ecbtest 0.0271555
ECB’s in-depth review shows banks need to take further action (press release) http://t.co/TV8sCMrtjN 0.0239302
ECB recognises need to improve consistency of definition of capital. As supervisor, this will be addressed as a priority #ecbtest 0.0221824
Exercise will help repair bank balance sheets &amp; facilitate lending which will help econ.growth – Constâncio #ecbtest http://t.co/JAegevW9F7 0.0221136
Country breakdown of core equity tier 1 capital reductions in adverse scenario #ecbtest http://t.co/IG09DUm4BO 0.0153932
ECB publishes findings of in-depth review of bank balance sheets and stress tests #ecbtest 0.0108120
Overview participating banks in #ecbtest with a shortfall http://t.co/y94ywpTdo3 0.0104212
ECB assumes responsibility for euro area banking supervision https://t.co/BKeZeTE3ID + video https://t.co/rRPJkmPH3A http://t.co/4eHDBmG7M1 0.0077765
Monthly Bulletin (Oct 2014) http://t.co/t0JLKlxroL 0.0077284
Full ECB comprehensive assessment report and bank-by-bank results #ecbtest http://t.co/gKwJL7RxC2 0.0075625
This is an excellent start; findings will enable us to draw insights for supervision – Nouy #ecbtest http://t.co/Dl4vmqHMxk 0.0065367
Nouy: ECB applied same definition of non-performing exposure to all banks, which was a major improvement 0.0063214

Community 17 (maBSWKIG)

The community exists from 2012 to 2014.

The community gathers 292 accounts It represents 0.57% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 8.94% of the corresponding three-year network.

Most followed accounts of the community 17

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Yasar Erdinc Ögrenci bir Akademisyen, finansçi, yazar. Kisisel görüslerim disinda rt edilen twitler benim görüslerimi yansitmaz. Hiç bir twitim yatirim önerisi degildir. 618163
José Luis Espert Diputado Nacional Avanza Libertad | Dr. Economía UCEMA | Profe Macro UCEMA | Libros: La Argentina Devorada, La Sociedad Cómplice, No Va Más y Cadenas Invisibles 591154
BTVI Live 374221
eToro The world’s leading social investment network. Risk disclosure: https://t.co/0sjtX8Yc3G. DM @eToroTeam for inquiries. 333341
Gianni Riotta @princeton @cfr_org @repubblica @consiusa @HuffPostItalia @luissdatalab @catchybigdata https://t.co/Or4v4qjDj3 FB https://t.co/Or4v4qjDj3 IG gianniriotta @edmo_EUI @Idmo_it @zeta_luiss 297457
il manifesto official account il manifesto - Italian newspaper 205693
Ed Conway Numbers guy. Likes charts. Occasionally spotted on @SkyNews & @TheTimes. Books: https://t.co/NLlq0OMlqg DMs open. Email: 154674
José Carlos Díez Padre y #Economista Observador. No siempre políticamente correcto. #economía Mi canal de Telegram<U+0001F680> es https://t.co/B1D9HBGFgp 106454
Jamie McGeever Markets Columnist, @Reuters 105076
Simone Spetia Giornalista a Radio24. Padre. Tennis lover. Le opinioni sono mie (e di chi altro?). Dalle 6:30 alle 9:00 in onda con @24mattino 70552

Most retweeting account in the community 17

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Prensa Comisión EU Equipo de prensa de la Representación de la Comisión Europea en España. Ayudamos a los medios. La cuenta de la Comisión Europea en España es: @comisioneuropea 243
Thus spoke me, DP Look into my eyes, see your own eyes reflected. You like money too? We should hang out. Follow me? Follow u. Unfollow me? Unfollow u. CTRL+ALT+<U+0001F937><U+0001F3FC><U+200D><U+2642><U+FE0F> 136
Rikus Mellet Gentleman, JSE investor, ALMI Trader. Tweeting Financial News. Nature and Music Lover. Retweets = not endorsements. 128
Corporate Control Financial Controlling Firm watching the Financial Crisis with Database in German http://t.co/otolyLYELz - Tweet is no Advice/Endorsement 97
News Watcher 57
Jeff Saint Dad; husband; fightin’ TX Aggie petroleum production & ops engineer; 3-handicap golfer; markets, geopolitics, sports, & music enthusiast; amateur wine collector 54
EZR<U+0001F1EA><U+0001F1FA>news channel EU & euro area newshub (mainly macro econ data & also politics) (eng/dut/ger/fre) ESTD:2011/ during disasters check:https://t.co/8H6CtIpJ61 53
tonia mastrobuoni correspondent, la repubblica. book: “l’inattesa. angela merkel. una biografia politica” (mondadori). 48
EU Commission in Ireland 47
Theo™ #Nominalist . Mountain <U+0001F410>. Ocean <U+0001F40B>. Work <U+0001F40E>. Better a <U+0001F48E> with flaws than a pebble without. 46

Terms with the highest TF-IDF value in community 17

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 17

text tf_idf
Draghi: Those who want to go back to the past misunderstand the significance of the euro 0.0165614
Draghi: The ECB is not a political institution. But it is committed to its responsibilities as an institution of the European Union 0.0158247
Draghi: The euro is irrevocable. 0.0135463
Draghi: The Summit was a success. For the first time, it seems to me, a clear message was given: exit the crisis with more Europe. 0.0128568
Draghi: The way ahead cannot be a return to the status quo ante http://t.co/0tMARmnc 0.0127326
Draghi: The consequences of misguided fiscal policies in a monetary union are too severe to remain self-policed 0.0125041
Draghi: Those who claim only a full federation can be sustainable set the bar too high 0.0125041
Draghi: Sovereignty in selected economic policy fields can be pooled and democratic legitimation can be deepened 0.0121126
Working paper: Clearing, counterparty risk and aggregate risk http://t.co/1qJfxaST 0.0110777
Mario Draghi: LTRO’s not to support sovereign debt markets or bolster bank profits but to prevent a credit crunch 0.0110201
Draghi: One must remember that with globalisation, it is precisely by sharing sovereignty that countries can better preserve it. 0.0102975
Draghi (on Libor): The unspeakable personal behaviour and design flaws have shown once again a faulty governance of the process. 0.0102975
Draghi: We also need to look at the markets for products and services and liberalise where necessary to increase competitiveness. 0.0098468
Article Mario Draghi: The future of the euro - stability through change http://t.co/0tMARmnc 0.0097296
Introductory statement to press conference - http://t.co/aRfh0Z5U 0.0091834
Statistics Pocket Book (August 2012) http://t.co/AEq0U98D 0.0091834

Community 18 (tZC3BlK8)

The community exists from 2012 to 2014.

The community gathers 238 accounts It represents 0.46% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 7.29% of the corresponding three-year network.

Most followed accounts of the community 18

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Jacopo Cesare Ubaldo <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Europe • Politics • Science and Technology • Modern Art • Italian and American Literature • Cinema • Blues Rock Metal • #Followback 301015
Sam Coates Sky Sam Coates, Deputy Political Editor, Sky News 216022
Chris Giles Economics Editor, FT 155459
Fari Hamzei #NQ_F Futures Trader, Ranked #1 Stock Market Timer of the Decade, Author of Master Traders. Princeton & UCLA AGSM. (310) 306-1200 149218
CNBC International With the biggest breaking business and financial news from around the world, CNBC International is here to help you get ahead. 145302
Janez Janša PM 2020 -, 2004-2008, 2012-2013, President of SDS and VP of CDI-IDC, MOD 1990-94 & 2000, P of the EUCO 2008 RTnotEndorsement https://t.co/oOecpLTLY0 106143
Markets Insider What you want to know about markets. A section of @thisisinsider. Follow us on Facebook, Instagram, and YouTube. Visit our homepage for the day’s top stories. 76039
Kathy Lien I cook, I eat and I trade #FUNdamentals with ZIP | #Macro #Forex | https://t.co/85okbKEEKe | https://t.co/bklntY7oEa All tweets are informational only. Not advice. 70793
pierre jovanovic <U+2665> Journaliste - La Revue de Presse Internationale sur https://t.co/uaJrDPuodz & Ecrivain site: https://t.co/7xxcMAX7jB -Les Livres: https://t.co/uGCsyfBNCg 69762
Robin Wigglesworth Editor of @FTAlphaville. Semi-professional Norwegian despite the Harry Potter-esque name. Author of Trillions. Views mine bla bla. 65299

Most retweeting account in the community 18

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Sara Gomez Arancibia Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth! Carpe diem, en latin:Mets à profit le jour présent. 376
Kamal Romero Writing and reading stuff … 292
Gilbert MAHE @FranceMob ( francophone ) - AGENDA : https://t.co/K8HtxMcZgF?amp=1 … ….. Economics , dans l’Air du Temps & Géopolitique 178
Maurizio Sgroi Polygraph. Journalism&Writing. The Walking Debt - Season X: Growing - Contributor: @econopoly24, @ilfoglio_it, @Linkiesta, @formichenews, @Aspeniaonline 130
Sheyla Dir. Ejecutiva. Doctora en Ciencias Política & Economía. Master en Dirección y Administración de Empresas. Amante de la #Comunicación #Historia #Literatura 97
Leonardo Donati <U+0001F1EA><U+0001F1FA> #Economics, #Politics, #InternationalRelations, #Innovation, #Marketing, #BigData, #Strategy. (#PudeTeam!) 87
(((M59))) “El primero de la estirpe está amarrado en un árbol y al último se lo están comiendo las hormigas” Melquíades. 73
Peter Ehrlich Head of Section Strategic Communication at the European Central Bank (ECB). EZB-Kommunikation. This is no official ECB account. Former journalist. 70
Giovanni Bilardi Senatore della Repubblica 51
Fabrizio Goria Financial Reporter @LaStampa, mountaineer, climber, outdoor enthusiast. Co-founder of @Alpinismi. Tips and insights at 49

Terms with the highest TF-IDF value in community 18

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 18

text tf_idf
Mario Draghi: Preparatory work related to outright purchases of asset-backed securities intensified (3/5) 0.0150256
Mario Draghi: Targeted longer-term refinancing operations (TLTROs) (2/5) 0.0150256
Mario Draghi: A prolongation of fixed rate, full allotment tender procedures (4/5) 0.0136258
Mario Draghi: Further reductions in the key ECB interest rate (1/5) 0.0128471
Mario Draghi: If required further mon pol easing possible.GC unanimous in commitment to using also unconventional instruments within mandate 0.0117376
Mario Draghi: Suspend of weekly fine-tuning operations sterilising the liquidity injected under the Securities Markets Programme (5/5) 0.0117122
Mario Draghi: Only lending to non-financial corporations eligible for TLTROs 0.0110399
Mario Draghi: Negative rate will also apply to excess reserve holdings and certain other deposits held with the Eurosystem 0.0103567
Mario Draghi: Today we decided on combination of 5 measures to provide additional mon pol accommodation and support lending to real economy 0.0101199
Mario Draghi: Eurosystem staff macroeconomic projections foresee annual real GDP increasing by 1.0% in 2014, 1.7% in 2015 and 1.8% in 2016 0.0086306
Mario Draghi: SMP liquidity sterilisation suspended 0.0079401
Mario Draghi: Risks surrounding the economic outlook for the euro area continue to be on the downside 0.0074514
Introductory statement Mario Draghi to the press conference http://t.co/PyBFc0vSiG 0.0070532
Mario Draghi: Eligibility of additional assets (notably additional credit claims) extended until at least September 2018 0.0070520
Mario Draghi: Annual HICP expected to remain low, before increasing gradually in 2015 and 2016, underpinning the case for today’s decisions 0.0069602

Community 19 (AR5M7HVz)

The community exists from 2013 to 2017.

The community gathers 334 accounts It represents 1.36% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.53% of the corresponding three-year network.

Most followed accounts of the community 19

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Business Standard Latest news on the economy, companies, markets, politics and technology from India’s leading business daily. 2197179
IlSole24ORE Account ufficiale del Sole 24 ORE https://t.co/q7qoYPrgZ3 1703255
Investing.com <U+0001F4C8> Real-time global financial market data, news, analysis, charts, tools & more • In 30 languages via our app or website • FREE, for everyone, anywhere! <U+0001F30E> 779196
expansioncom Líder en información económica. Suscríbete https://t.co/jUGXvFvblN #expansioncom #mercados #economía IN: https://t.co/35A6vz6tz3 IG: expansion_com 751757
Peter Spiegel US managing editor of @FinancialTimes and long-suffering Orioles fan. news editor. Former national security correspondent for @LATimes and @WSJ in DC. 119465
paolo ignazio marong libero professionista, analista sereno navigatore nel mondo che cambia per cercare rotte nuove ed insolite. Degusta il tempo sa di non sapere. #i4Emploi 95088
David Wessel Director, Hutchins Center on Fiscal & Monetary Policy, Brookings. My book “Only the Rich Can Play,” the story of Opportunity Zones. 86424
Kerem Alkin Economist, DEV, Sustainability, Circular Economy, Digitalization, Mobility, Transportation, @medipolunv, @YENADER Renewable & @URAK_org Competitiveness 72064
Gizem Uzuner Bloomberg HT Arastirma Müdürü - Head of Bloomberg HT Research 66195
IHS Markit PMI™ #PMI insight from the source: analysis and news from the economists who produce the PMI™ surveys @IHSMarkit. All tweets are subject to our disclaimer: 66018

Most retweeting account in the community 19

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Peter Ehrlich Head of Section Strategic Communication at the European Central Bank (ECB). EZB-Kommunikation. This is no official ECB account. Former journalist. 647
Suomen Pankki Suomen Pankki on Suomen keskuspankki. The Bank of Finland is Finland’s central bank. Blogs: https://t.co/fp3CepJFuS Photos: https://t.co/SeXDUxTQg5 447
nafi hanif 387
Jenni Hellström

Suomen Pankin viestintäpäällikkö | Head of Communications, Bank of Finland @suomenpankki

Kuva: Heikki Saukkomaa.
339
StockViz Quantitative Value and Momentum Investing for India. https://t.co/YxRY8c6l4V 338
Investing.com España <U+0001F1EA><U+0001F1F8> <U+0001F4C8> Portal financiero que ofrece cotizaciones y gráficos en tiempo real, noticias financieras, análisis técnico… ¡Tu próxima inversión empieza aquí! 264
Cloud Y. Leaf | <U+0001FAF5><U+0001F31D> Independent Economics Journalist (self-proclaimed, meaning just a blogger) who likes to interview economists (but haven’t done it for a while) 223
Samu Kurri Osastopäällikkö, Finanssivalvonta; Head of Department, FIN-FSA Twiittaa asiasta ja asian vierestä 204
CommodityTradeMantra Comprehensive Market Intelligence: News, Technical Analysis, Trading Strategies & Forecasts on Commodity, Equity, Currency. Views are own. RTs not endorsements 198
Theodoros Stamatiou Economist. All opinions are entirely his own. @zerohedge-blocked 192

Terms with the highest TF-IDF value in community 19

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 19

text tf_idf
Draghi: Second, we decided to extend the asset purchase programme until the end of March 2017, or beyond, if necessary 0.0151229
Draghi: Fifth, we will continue conducting the MROs and 3-month LTROs as fixed rate procedures with full allotment as long as necessary 0.0133784
Draghi: First, we decided to lower the interest rate on the deposit facility by 10 basis points to -0.30% 0.0123656
Draghi: Third, we decided to reinvest the principal payments on the securities purchased under the APP as they mature, as long as necessary 0.0116377
Draghi: Fourth, we decided to include, in the PSPP, debt instruments issued by regional and local governments located in the euro area 0.0115253
Draghi: Our decisions reinforce momentum of the euro area’s economic recovery and strengthen its resilience against global economic shocks 0.0104181
Draghi: Projections foresee annual real GDP increasing by 1.5% in 2015 (1.4% in Sept), 1.7% in 2016 (1.7%) and 1.9% in 2017 (1.8%) 0.0094865
Draghi: The latest staff projections indicate continued downside risks to the inflation outlook 0.0087090
Draghi: Projections foresee annual HICP inflation at 0.1% in 2015 (0.1% in Sept), 1.0% in 2016 (1.1%) and 1.6% in 2017 (1.7%) 0.0080229
Draghi: Our new measures will ensure accommodative financial conditions and strengthen the easing impact of measures taken since June 2014 0.0070833
Draghi: There was a very large majority in favour of these measures 0.0070407
Draghi: We are doing more because it works not because it fails 0.0057877
Monetary policy decisions: deposit facility rate cut to -0.30% (minus 0.30%), MRO rate and MLF rate unchanged https://t.co/Dndob8fdEl 0.0056628
Draghi: The cost of credit for the euro area fell by approximately 80 bps 0.0055387
Draghi: We observed that cuts in the deposit facility rate vastly improve the transmission of monetary policy 0.0043704

Community 20 (BjBnTNus)

The community exists from 2013 to 2017.

The community gathers 430 accounts It represents 1.76% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.07% of the corresponding three-year network.

Most followed accounts of the community 20

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
zerohedge 1371175
Jean-Claude Juncker Luxembourger. European. 698977
SKAI.gr <U+0397> ep<U+03B9><U+03BA>a<U+03B9><U+03C1><U+03CC>t<U+03B7>ta ap<U+03CC> t<U+03BF> skai.gr 686151
Ryszard Petru Instytut Mysli Liberalnej. Nowoczesna 381255
Jacopo Cesare Ubaldo <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Europe • Politics • Science and Technology • Modern Art • Italian and American Literature • Cinema • Blues Rock Metal • #Followback 301015
Comfortably Smug

My Interests: Finance, Whiskey, Politics, Books, Food, Meeting Strangers #altcenter

Instagram: ComfortablySmug
241316
Khamis Suedi Kagasheki Diplomat and Politician #ProudlyTanzanian 155604
Ed Conway Numbers guy. Likes charts. Occasionally spotted on @SkyNews & @TheTimes. Books: https://t.co/NLlq0OMlqg DMs open. Email: 154674
Chitra Subramaniam Media. Journalism as public good. Public health, politics, trade & tech as they affect societies. Music. In my view. @DelhiUniversity @IIMC_India @Stanford 137733
jeroen blokland Founder & Head of Research at @true_insights_, an independent investment research platform. Former head of multi-asset at Robeco 95794

Most retweeting account in the community 20

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Christian Gerdes Europa, Italien, Lombardei, Mailand / Alles, was Italien bewegt bzw. bremst / RTs & links <U+2260> endorsements 396
Päivi Heikkinen Head of Payment Systems Department @SuomenPankki, MPK222 Tweets are my own. 284
fbm Research Economist for ACPR/BDF Conseiller municipal @ville_de_blr Opinions are my own 264
Shireblogger<U+0001F1FA><U+0001F1E6> UK businessman (land,development), singer , with a liking of macro-micro & a 140 character belief system - RTs, a collage 261
Miguel Ángel Vicente Usuario final de la economía, aficionado a comprender el mundo, wikipedista. Analista independiente. RT <U+2260> endorsement. 234
Alexandrine Bouilhet Communication @ecb in Brussels. Views are my own. The official word is on the website. 180
Gustavo Baratta Bonds, running, one Europe. Don’t pay too much attention. Don’t rise to the bait. Don’t take it personally. Don’t get sucked into the vortex. Rise above. 180
European Banking Federation <U+0001F1EA><U+0001F1FA> We bring together banking associations from across Europe, working for a thriving European economy and a flourishing society. Our CEO: @Wim_Mijs 159
Martin Selmayr <U+0001F1EA><U+0001F1FA><U+0001F1E6><U+0001F1F9>EU Commission Representative in Austria @EUKommWien. Prof EU law @Uni_Saarland @UniPassau @univienna @donau_uni. Tweets my opinion. RT <U+2260> endorsement. 141
Ramanan What are the questions? 120

Terms with the highest TF-IDF value in community 20

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 20

text tf_idf
ELA to Greek banks maintained at its current level http://t.co/DYLsGCUI2g 0.0114352
The Governing Council of the ECB will hold a meeting in due course to discuss the situation. The ECB is closely monitoring developments. 0.0093994
ELA to Greek banks maintained http://t.co/dWDOrPo5Z3 0.0087197
#ECB ’s Cœuré: The ECB, like the other European authorities, wishes #Greece to stay in the euro area http://t.co/j1OxKtEPBX 0.0052969
ECB confirms it has been repaid. #Greece 0.0042911
Praet: With inflation target of 0%, there would be no buffer. If an economic shock occurs in such cases, you have deflation straight away. 0.0037966
#ECB ’s Cœuré in Les Echos: Europe has never abandoned #Greece http://t.co/j1OxKtEPBX 0.0032098
The ECB confirms that all Greek government bonds maturing today and owed to the ECB and Eurosystem NCBs have been repaid by Greece 0.0028138
European Prize for Political Culture awarded to Mario Draghi http://t.co/PreKO1cLnF 0.0025869
Draghi: Total exposure to Greece now 130 bn 0.0025840
Working paper: The real effects of credit constraints - Evidence from discouraged borrowers in the euro area http://t.co/P7nJ5YSLRv 0.0025345
Draghi: Financing conditions continue to contribute to credit creation, supporting ongoing economic recovery and increase in inflation 0.0025291
Covered bonds and ABS cumulatively purchased and settled as at 05/12/2014: 20,927 mln and 601 mln respectively http://t.co/QdyMEbhrzR 0.0024368
Draghi: We obey the law, not politicians 0.0024368
Mersch: Reform of the monetary union is necessary http://t.co/YPJfl6cXeN 0.0023651

Community 21 (dlClVp8F)

The community exists from 2013 to 2017.

The community gathers 433 accounts It represents 1.96% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 6.05% of the corresponding three-year network.

Most followed accounts of the community 21

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Stocktwits The global voice of finance and investing. 958090
Comisión Europea ¡Hola! Somos la Representación de la Comisión Europea en España <U+0001F1EA><U+0001F1FA><U+0001F1EA><U+0001F1F8>. Eventos, vacantes de empleo, noticias. 1000 cosas+ 188825
Ana Gomes Candidata a PR 2021.Deputada PS @ Parlamento Europeu 2004-2019. Diplomata aposentada. Retired diplomat. European Parliament S&D Member 2004-2019. 157529
Jessada Sookdhis FinTech Entrepreneur, Experienced Fund Manager and Father of 3. CEO & Co-founder at FINNOMENA. Founding president at Thai FinTech Association. 143118
<U+0645><U+062D><U+0645><U+062F> <U+0627><U+0644><U+0634><U+0645><U+064A><U+0645><U+0631><U+064A> <U+0645><U+0643><U+062A><U+0628> <U+0645><U+062D><U+0645><U+062F> <U+0627><U+0644><U+0634><U+0645><U+064A><U+0645><U+0631><U+064A> <U+0644><U+0644><U+0625><U+0633><U+062A><U+0634><U+0627><U+0631><U+0627><U+062A> <U+0627><U+0644><U+0645><U+0627><U+0644><U+064A><U+0629> <U+062E><U+0628><U+0631><U+0629> <U+0628><U+0623><U+0633><U+0648><U+0627><U+0642> <U+0627><U+0644><U+0645><U+0627><U+0644> <U+0627><U+0633><U+0647><U+0645> <U+0639><U+0645><U+0644><U+0627><U+062A> <U+0643><U+0631><U+064A><U+0628><U+062A><U+0648> <U+0645><U+0646><U+0630> 1993<U+0645> <U+0645><U+062D><U+0644><U+0644> <U+0628><U+0627><U+0644><U+0642><U+0646><U+0648><U+0627><U+062A> <U+0627><U+0644><U+0641><U+0636><U+0627><U+0626><U+064A><U+0629> <U+0648><U+0627><U+0644><U+0635><U+062D><U+0641> M A Financial https://t.co/V5BxvKo5Rh 117829
Option Millionaires We are the Best Option Trading Community! Live Chatroom | Webinars | Not Investment Advice | For 3 Day Trial: https://t.co/FRJZWFv60V 115609
Limesonline Limes, rivista italiana di geopolitica. Sotto la pelle del pianeta: se nel mondo succede qualcosa di importante, ne parliamo. Qui a cura di @nicklocatelli. 79235
Nicklas Andersson Passionerad investerare som älskar att inspirera | Sparekonom @Avanzabank #Aktiespararna | Podcast #Investeraren #PrataPengar #Avanzapodden #Uppesittarkväll 74419
Yannis Koutsomitis European affairs analyst. Managing Editor @KappaNewsGr. Senior Media Advisor @delphi_forum. Advisory Board @ELIAMEP. Commentary @skynewsarabia. #EUinfluencer. 73981
Jennifer Ablan Editor-in-Chief and CCO, P&I 69345

Most retweeting account in the community 21

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Thus spoke me, DP Look into my eyes, see your own eyes reflected. You like money too? We should hang out. Follow me? Follow u. Unfollow me? Unfollow u. CTRL+ALT+<U+0001F937><U+0001F3FC><U+200D><U+2642><U+FE0F> 543
Money for Nothing Monetary economy, financial markets. 387
Peter A. Grant

Vice President, Senior Metals Strategist at Zaner Metals LLC and Tornado Precious Metals Solutions.

https://t.co/OfC6T1VXg2
264
Vanastas <U+03A4>a p<U+03AC><U+03BD>ta e<U+03AF><U+03BD>a<U+03B9> ep<U+03B9><U+03BB><U+03BF><U+03B3><U+03AD><U+03C2> µa<U+03C2>… views my own, RT not endorsement 219
Frank Knopers Founder, researcher and editor of Geotrendlines. Gold, Money and Geopolitics (Retweet is no endorsement) @geotrendlines https://t.co/mOSqqSEUcZ 206
Thomas Hiskia (PMP®) Thomas Hiskia earned wealth of industry knowledge over the years from many multinationals.well known in the corporate sector for his leadership & strategies. 194
<U+0001F1EA><U+0001F1FA> <U+0001F1F2><U+0001F1E8><U+0001F1E8><U+0001F1ED>Dan Popescu <U+0001F1EB><U+0001F1F7><U+0001F1EE><U+0001F1F9><U+0001F1F7><U+0001F1F4> Consultant/Analyst Gold/Silver/Forex; Precious Metals, Currencies, International Monetary System, Gold Standard, Geopolitics; BSc Science (Physics) 190
andrea d’ortenzio Giornalista Ansa Periodista @Agenzia_Ansa. Scrivo di Bankitalia, finanza,banche. Opinioni personali. Anche autore libro bimbi IULIUS @iuliusroma <U+0001F1EA><U+0001F1F8> 189
Limesonline Limes, rivista italiana di geopolitica. Sotto la pelle del pianeta: se nel mondo succede qualcosa di importante, ne parliamo. Qui a cura di @nicklocatelli. 159
Marketupdate Elke dag up to date met het laatste nieuws over economie, financiële markten, geopolitiek en goud! 150

Terms with the highest TF-IDF value in community 21

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 21

text tf_idf
Draghi: Purchases start in March 2015 and include investment-grade euro area govt, agency and EU institution securities in sec market 0.0155490
Draghi: Purchases until sustained adjustment in inflation path consistent with aim of inflation close to, but below 2% over the medium term 0.0141210
Draghi: Launch of expanded asset purchase programme, which includes existing purchase programmes for asset-backed securities &amp; covered bonds 0.0134156
Draghi: Combined monthly purchases will be €60 billion, to be carried out at least until end-Sept 2016 0.0108478
Draghi: Additional eligibility criteria to be applied in the case of countries under an EU/IMF adjustment programme 0.0080509
Draghi: Purchases to be based on the Eurosystem NCBs’ shares in the ECB’s capital key 0.0078376
Draghi: GovC decided that purchases of securities of European institutions (12% of additional purchases) will be subject to loss sharing 0.0077318
Draghi: Governing Council decided to change the pricing of the six remaining targeted longer-term refinancing operations (TLTROs) 0.0074521
Draghi: This implies that 20% of the additional asset purchases will be subject to a regime of risk sharing 0.0072456
Draghi: The ECB will hold 8% of the additional asset purchases 0.0064823
Draghi: GovC retains control over all features of programme and ECB to coordinate the purchases to safeguard singleness of monetary policy 0.0062239
Draghi: The rest of the NCBs’ additional asset purchases will not be subject to loss sharing 0.0061134
Draghi: We’ll buy up to a percentage that will allow proper price formation 0.0058141
Draghi: Interest rate of future TLTRO operations will be equal to MRO rate prevailing at the time when each TLTRO is conducted 0.0058090
Draghi: Today’s measures will decisively underpin the firm anchoring of medium to long term inflation expectations 0.0050855

Community 22 (rKAuZoEF)

The community exists from 2013 to 2017.

The community gathers 522 accounts It represents 2.29% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 6.8% of the corresponding three-year network.

Most followed accounts of the community 22

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
SKAI.gr <U+0397> ep<U+03B9><U+03BA>a<U+03B9><U+03C1><U+03CC>t<U+03B7>ta ap<U+03CC> t<U+03BF> skai.gr 686151
ForexLive The trusted source for everything in the world of foreign exchange, central banking and economic news. The fastest forex news and analysis. 314276
Joe Weisenthal Co-host of the Odd Lots podcast. 314234
<U+0386>d<U+03C9><U+03BD><U+03B9><U+03C2> Ge<U+03C9><U+03C1><U+03B3><U+03B9><U+03AC>d<U+03B7><U+03C2> <U+03A5>p<U+03BF><U+03C5><U+03C1><U+03B3><U+03CC><U+03C2> <U+0391><U+03BD><U+03AC>pt<U+03C5><U+03BE><U+03B7><U+03C2> <U+03BA>a<U+03B9> <U+0395>pe<U+03BD>d<U+03CD>se<U+03C9><U+03BD> <U+0391><U+039D><U+03A4><U+0399><U+03A0><U+03A1><U+039F><U+0395><U+0394><U+03A1><U+039F>S t<U+03B7><U+03C2> <U+039D><U+0394> FB: https://t.co/AW4o08qslp Youtube: https://t.co/kAXwGJEl7f 300654
Gavan Reilly <U+0001F4FA> Political correspondent @virginmedianews <U+0001F3A7> 1/3 of #TheGroupChat podcast <U+0001F4FB> #OnTheRecordNT Sun 11-1 @newstalkfm <U+0001F4F0> Column @meathchronicle <U+0001F4D6> ‘Enda the Road’ 199660
Jean Quatremer Correspondant européen (mais pas que) de Libération. Comme le disait Lao Tseu, « tu as droit à une insulte, mais pas plus ». Protégé par @bodyguard_app 182530
Pedro da Costa Federal Reserve correspondent & Head of Policy for the Americas at @MNIMarketNews. Host of #FedSpeak. Previously: @Reuters, @WSJ, @PIIE. Opinions my own. 138035
Jamie McGeever Markets Columnist, @Reuters 105076
Celso Rocha de Barros Flamenguista, sociólogo (eu sei, eu sei) meio esquerdoso. Escrevo às segundas uma coluna na @folha sobre política. 96881
menaka doshi Managing Editor @BQPrime; journalist, insomniac. RTs are not endorsements. If you must disagree, do so agreeably. 91658

Most retweeting account in the community 22

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Miroslav Piták Full-time trader (swing trading) 768
Charles Bonsu GDP: $900,450,320,120,900,800.00 Total budget: kr85,737,232,350,000,000.00 732
OJ Live in the moment. Don’t take everything seriously. Smultronställe 657
Chris A. Lascaris <U+0001F1EA><U+0001F1FA><U+0001F1EC><U+0001F1E7><U+0001F1FA><U+0001F1E6> Chief Economist • Global Economics, Monetary Policy, New Globalisation, Green Transition • Personal views only #millenial #internationaleconomics #globalmarkets 360
Finakademie.cz Financní a investicní portál 348
freegolds Calling BS on gold and silver. tweets are not investment advice. references to pitchforks are no threaths 273
Migeru Physics, mathematics, go, fencing, research. @Europeripheral for finance, banking, journalism, economics 270
Marie Charrel Journalist at Le Monde (macroeconomics EU) & novelist. « Les danseurs de l’aube », chez @EdLObservatoire. « Qui a peur des vieilles ? », chez @LesPeregrines. 267
Steffen Abe @StartupCafe1,#StartupCafe1,#AbeInvest, #Abe_Invest , @Abe_Invest 261
Europolitical <U+0001F1EA><U+0001F1FA> A #European hub with a focus on #politics and #geopolitics. RT’s from #EU figures and organizations <U+2260> Not Endorsements “Man on the moon” Ursula von der Leyen 246

Terms with the highest TF-IDF value in community 22

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 22

text tf_idf
Draghi: Increased ELA 900 mln over one week 0.0156899
Draghi: We decided to raise ELA today 0.0118593
Draghi: The ECB continues to act in the assumption Greece is and will remain a member of the euro area 0.0117457
Draghi: uncontroversial debt relief is necessary 0.0109888
Draghi: The overall purpose of Eurosummit text was to ensure Greece will become a thriving economy 0.0094368
Draghi: Capital controls are responsibility of Greek government 0.0090043
Draghi: There are questions about implementation: will and capacity, up to the Greek Government to dispel these doubts 0.0084161
Draghi: Our mandate is to act based on the assumption that Greece is and will be a member of the euro area 0.0081427
Draghi: Decision to raise ELA took today symmetrical to decision to freeze ELA 0.0072059
Draghi: On July 20 we will be repayed 0.0068609
Draghi: Total exposure to Greece now 130 bn 0.0065230
Draghi: Capital controls have protected depositors 0.0065173
Draghi: All recent developments are improving quality of collateral pledged by Greek banks 0.0062143
Draghi: We acted always under the assumption Greece is a member of euro area 0.0052528
ECB confirms it has been repaid. #Greece 0.0047996

Community 23 (3jfCgvpV)

The community exists from 2013 to 2016.

The community gathers 352 accounts It represents 1.13% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.03% of the corresponding three-year network.

Most followed accounts of the community 23

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
#AxelHappy Chief Strategy Officer & Mentor- Global Executive Recruitment #AxelJob, https://t.co/e4YNMV21C1 & No 1 most Followed Recruiter on Twitter +Avid <U+0001F6B4>+<U+0001F600>#AxelHappy 612514
jeroen blokland Founder & Head of Research at @true_insights_, an independent investment research platform. Former head of multi-asset at Robeco 95794
Jonathan Ferro Good Morning, Good Morning. Anchor @Business 92337
Yohay Elam Everything forex, and a bit more, by Yohay Elam, Founder of Forex Crunch (site sold), the Premium content leader at FXStreet and marathon runner, 3h00 69940
Zeynep Erataman BloombergHT Ilk Söz&Piyasa Masasi,BHTRadyo Çapraz Kur,Tufts B.A.Math&Econ Magna cum Laude,Liceo Italiano Scientifico Maturita Valedictorian. RT<U+2260>endorsements 60823
Duncan Weldon Economist and writer. Author of Two Hundred Years of Muddling Through. Economics, finance, history, other stuff. Writes the Value Added newsletter at Substack. 58869
News from Italy Italy news, views, chat, info, photos, plus a dash of satire from Italy by Italy Chronicles’ publisher Alex Roe 55834
Petrit Selimi Xennial husband, dad. CEO @mfkosovo. Ex Foreign Minister <U+0001F1FD><U+0001F1F0> #Kosovo. @GMFUS Fellow. Comics, CFC. Personal tweets. RT<U+2260>endorse. “A Republic, if you can keep it” 53134
Aleix Sarri i Camargo <U+0001F397> Autor de ‘La UE en perill’ & ‘L’Europa que han fet fracassar’. Director Oficina Europarlamentària @JuntsEU. Foreign Affairs @JuntsXCat. Fe sens obres, morta és. 49839
Julián Yosovitch Periodista de <U+0001F4FB> #Aftermarket VIE19h @cultura979-Profe MFIN @UdeSa y @UTDiTella-Magister Finanzas UTDT-Analizo mercados @Ullua 47489

Most retweeting account in the community 23

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
taka-z (<U+222A><U+03C9>)<U+308F><U+3093><U+308F><U+3093><U+304A> <U+30A2><U+30A4><U+30B3><U+30F3><U+3084><U+58C1><U+7D19><U+7B49><U+306B><U+95A2><U+4FC2><U+306A><U+304F><U+4E3B><U+306B><U+76F8><U+5834><U+95A2><U+4FC2><U+306E><U+3053><U+3068><U+3092><U+3001><U+66F8><U+3044><U+305F><U+308A><U+66F8><U+304B><U+306A><U+304B><U+3063><U+305F><U+308A><U+3057><U+307E><U+3059><U+3002><U+30F2><U+30BF><U+57A2><U+3067><U+306F><U+3042><U+308A><U+307E><U+305B><U+3093><U+3002><U+3002><U+3068><U+3066><U+3082><U+30A6><U+30B6><U+3044><U+306E><U+3067><U+30D5><U+30A9><U+30ED><U+30FC><U+3057><U+3066><U+9802><U+304F><U+969B><U+306B><U+306F><U+5341><U+5206><U+3054><U+6CE8><U+610F><U+304F><U+3060><U+3055><U+3044><U+3002> <U+30FC><U+30D5><U+30A9><U+30ED><U+30FC><U+3057><U+3066><U+9802><U+3044><U+3066><U+3044><U+308B><U+7686><U+69D8><U+3078><U+30FC> <U+3068><U+3066><U+3082><U+5931><U+793C><U+304B><U+3068><U+306F><U+5B58><U+3058><U+307E><U+3059><U+304C><U+3001><U+30D5><U+30A9><U+30ED><U+30FC><U+30D0><U+30C3><U+30AF><U+306F><U+6700><U+5C0F><U+9650><U+3068><U+306A><U+308A><U+307E><U+3059>…<U+3054><U+5BB9><U+8D66><U+304F><U+3060><U+3055><U+3044>m(_ _)m 456
Paolo G. Grignaschi Credito Cooperativo - Educazione finanziaria 372
Constantin Gurdgiev Academic. Doing some research in finance, financial markets & VUCA. If you are managing risk, you are mismanaging uncertainty and complexity. 126
Jussi Kettunen Pankkien taloudellisen sääntelyn ja toimialaseurannan asiantuntija @Finanssiala /Adviser @FinFinance#pankit#oikeudenmukaisuus#vastuullisuus 120
Vladimir Vano #digital #economics #finance #MBA #CSOM #UMNproud #journalism #TFAS #WU_Vienna #WUExAc #Wien #Rotary #DennikN #Mensa #PCConcordia #Sberbank #GoodIdeaSlovakia 102
Adam Czerniak Doktor nauk ekonomicznych // Dyrektor ds. badan Polityka Insight // Kierownik Zakladu Ekonomii Instytucjonalnej i Politycznej, SGH 98
John W. Green JW 92
IMMOFUX ® Immobilien Immobilien, Immobilienservice - es twittert Björn Gauger von IMMOFUX ® Immobilien - Impressum https://t.co/UYpKKXMlcv… #Makler #Immobilien #RealEstate #FBPE 82
Eric Burroughs <U+0001F4C8><U+0001F3F3><U+FE0F><U+200D><U+0001F308> Macro/chart geek. Formerly @Reuters in HK, Tokyo and NYC. Started #chartcrime. Sometimes golf/Gators obsessed. Opinions mine. LGBTQ+. He/him. 82
Alessandro Speciale Rome bureau chief for Bloomberg @business. All things #Italy – but mostly admin. @ecfr council member. Just personal views here. Tips? 78

Terms with the highest TF-IDF value in community 23

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 23

text tf_idf
Country breakdown of core equity tier 1 capital reductions in adverse scenario #ecbtest http://t.co/IG09DUm4BO 0.0273482
Adverse stress scenario would deplete banks’ capital by €263bn or cut median tier 1 capital by 4pp to 8.3% #ecbtest http://t.co/ee7HnMMfuz 0.0220668
12 of 25 banks already covered €15bn of shortfall in 2014; others have 2 weeks to prepare capital plans #ecbtest 0.0216385
Capital shortfall of €25bn revealed at 25 euro area banks as of end 2013 #ecbtest 0.0213602
Main components of capital shortfall identified in #ecbtest http://t.co/1pQxruCI1T 0.0213196
Extra €136bn in non-performing exposures uncovered as part of exercise #ecbtest 0.0171721
ECB’s in-depth review shows banks need to take further action (press release) http://t.co/TV8sCMrtjN 0.0159153
Full ECB comprehensive assessment report and bank-by-bank results #ecbtest http://t.co/gKwJL7RxC2 0.0156750
Exercise will help repair bank balance sheets &amp; facilitate lending which will help econ.growth – Constâncio #ecbtest http://t.co/JAegevW9F7 0.0152551
Overview participating banks in #ecbtest with a shortfall http://t.co/y94ywpTdo3 0.0135855
ECB recognises need to improve consistency of definition of capital. As supervisor, this will be addressed as a priority #ecbtest 0.0131506
ECB publishes findings of in-depth review of bank balance sheets and stress tests #ecbtest 0.0110154
ECB livestream will be here http://t.co/XHXxmIzTGi (mobile) and here http://t.co/bHROahZTUp in 15 minutes http://t.co/lFPdjD2BPG 0.0078681
Country-by-country results of the comprehensive assessment here (zipped Excel file) http://t.co/mDfQSNeG24 0.0067874
Draghi: For governments and European institutions that have fiscal space, it makes sense to use it 0.0067170

Community 24 (USiP5oIj)

The community exists from 2013 to 2016.

The community gathers 334 accounts It represents 1.04% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.69% of the corresponding three-year network.

Most followed accounts of the community 24

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
EPP Group The largest political group in the @Europarl_EN. We defend centre-right policies to promote growth & jobs in a more integrated Europe. #EPP4Health #JobsJobsJobs 123455
WSJ Central Banks Coverage of the Federal Reserve and other central banks by @WSJ reporters around the world, from WSJ Pro Central Banking, a premium service 122771
Finance Insider What you want to know about finance. A section of @thisisinsider. Follow us on Facebook, Instagram, and YouTube. Visit our homepage for the day’s top stories. 80295
Markets Insider What you want to know about markets. A section of @thisisinsider. Follow us on Facebook, Instagram, and YouTube. Visit our homepage for the day’s top stories. 76039
Mathijs Bouman

Econoom en journalist https://t.co/KNiWu4OUIJ

(Ik block en ik mute. Ook preventief. Alleen zo blijft twitter een nuttig medium)
75361
Fed Up Cassandra Writer and speaker on banking, finance & economics. Professional singer. Fed up with nonsense on the internet. I block trolls, sealions & rude people. She/her. 72768
Simone Spetia Giornalista a Radio24. Padre. Tennis lover. Le opinioni sono mie (e di chi altro?). Dalle 6:30 alle 9:00 in onda con @24mattino 70552
L’Echo L’Echo informe et inspire celles et ceux qui ont l’esprit d’entreprendre. Une question? @LEchoAide ou 0800 55 050. 65421
Murat Tufan

Life Goes On O Temet Nosce <U+2661>Dollar’in Babasi <U+0001F429>

Ekotürk TV hafta içi her sabah 07:00-09:00

<U+0001F441>Instagram: muratufan
54357
The Parliament Magazine EU Politics, Policy & People: News, views and analysis on the latest EU issues from The Parliament Magazine. 33980

Most retweeting account in the community 24

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Octaviano Tatau 1214
TradingCincoDías Mercados financieros en tiempo real. Índices y acciones. Forex y commodities. Fondos y ETFs. Entrevistas. Ocio y Negocio. SP/EN. 301
Waldemar Koziol <U+0001F1F5><U+0001F1F1> Profil prywatny. Private profile 232
Mike M <U+264F> <U+039C>a<U+03B8><U+03B7>µat<U+03B9><U+03BA><U+03CC><U+03C2> <U+03BA>a<U+03B9> s<U+03BA><U+03BF><U+03C1>p<U+03B9><U+03CC><U+03C2> µe µ<U+03BD><U+03AE>µ<U+03B7> e<U+03BB><U+03AD>fa<U+03BD>ta <U+03BA>a<U+03B9> <U+03BA>e<U+03BD>t<U+03C1><U+03AF> <U+03B3>eµ<U+03AC>t<U+03BF> d<U+03B7><U+03BB><U+03B7>t<U+03AE><U+03C1><U+03B9><U+03BF>… p<U+03C1><U+03BF>s<U+03BF><U+03C7><U+03AE> st<U+03B9><U+03C2> <U+03BA>at<U+03AC><U+03C1>e<U+03C2> µ<U+03BF><U+03C5>… p<U+03B9><U+03AC><U+03BD><U+03BF><U+03C5><U+03BD>!!! se a<U+03BD><U+03CD>p<U+03BF>pt<U+03BF> <U+03C7><U+03C1><U+03CC><U+03BD><U+03BF>… <U+03AD><U+03C7><U+03BF><U+03C5><U+03BD> <U+03B3><U+03BD><U+03CE>s<U+03B9><U+03BD> <U+03BF><U+03B9> f<U+03CD><U+03BB>a<U+03BA>e<U+03C2>!!! 148
Generation120 Development, Innovation in Business and Economic Growth. Human Rights and Human Development in a Greener Planet. Gen120. 130
PIGbrother World watcher 114
Adolfo Lorente <U+0001F1EA><U+0001F1FA> Papá. Periodista. Jefe del Área de Política de EL CORREO. Corresponsal en Bruselas 2013-2018. Draghista. Junckerista. Nadalista. De Calahorra. Views, my own. 113
WSJ Central Banks Coverage of the Federal Reserve and other central banks by @WSJ reporters around the world, from WSJ Pro Central Banking, a premium service 108
George Hatjoullis in the land of the blind. .the one eyed man is frequently trampled by stampeding blind men… 106
Federico Pirino 96

Terms with the highest TF-IDF value in community 24

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 24

text tf_idf
Draghi: ECB’s combined monthly asset purchases will amount to 60 bln euros 0.0167355
Draghi: Today’s lending to Greece is 68% of Greece’s GDP, which is the highest in the euro area 0.0146038
Draghi: Additional information on implementation of programme to be released at 15:30 CET on ECB homepage 0.0127591
Draghi: ECB to buy until end-Sept 2016, in any case until ECB sees sustained adjustment in inflation path 0.0124330
Draghi: Conditions to buy Greek bonds now are not in place 0.0121433
Draghi: Greek banks are solvent and well above required capital levels at the moment 0.0114553
Draghi: ECB to start buying public sector bonds on Monday, March 9, 2015 0.0112288
Draghi: ECB has already lent 100 bln to Greek banks and it has doubled the amount in the last two months 0.0106129
Draghi: Our current SMP holdings of Greek debt exceed the issuer limit of 33%. After redemptions in summer we could buy. 0.0103770
Draghi: The ECB is a rule-based institution, not a political institution. 0.0102115
Draghi: Transmission of ECB monetary policy steps will further improve economic growth outlook, reduce economic slack 0.0093633
Draghi: Essential that this solvency is maintained. Some communication undermines this, destroys collateral 0.0093633
ECB March staff projections: euro area annual HICP 0.0 pct (+0.7 pct) in 2015, +1.5 pct (+1.3 pct) in 2016, +1.8 pct in 2017 0.0090192
Draghi: The Greek waiver existed as long as programme was by and large on track 0.0090192
Draghi: Fiscal policies should support the economic recovery while remaining in compliance with the Stability and Growth Pact 0.0089583

Community 25 (BylcIT2t)

The community exists from 2013 to 2015.

The community gathers 528 accounts It represents 1.02% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 9.45% of the corresponding three-year network.

Most followed accounts of the community 25

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
WisdomTree At WisdomTree we do things differently. Follow us for innovative insights, ETF education, and more. Important disclosure: https://t.co/IZ3yrFH0mr 248900
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 241763
Gavan Reilly <U+0001F4FA> Political correspondent @virginmedianews <U+0001F3A7> 1/3 of #TheGroupChat podcast <U+0001F4FB> #OnTheRecordNT Sun 11-1 @newstalkfm <U+0001F4F0> Column @meathchronicle <U+0001F4D6> ‘Enda the Road’ 199660
coldtusker What, me worry? 153111
iFOREX Welcome to the Official iFOREX Twitter Account where you can find updates, news events and market reports. 149827
CNBC International With the biggest breaking business and financial news from around the world, CNBC International is here to help you get ahead. 145302
Renew Europe We are the pro-European political group in the @Europarl_EN. Our mission? to Renew Europe inspired to build a free & fair Europe <U+0001F1EA><U+0001F1FA> More news at @Renew_Press 125178
Willem Middelkoop ‘The Oracle from Amsterdam’ (Max Keiser) * Member of Anywheres * Discovery Investor * 2 companies & 8 books (2014 BTC =Virtual Gold) * OMFIF * former journalist 115107
José Carlos Díez Padre y #Economista Observador. No siempre políticamente correcto. #economía Mi canal de Telegram<U+0001F680> es https://t.co/B1D9HBGFgp 106454
Ramon Tremosa <U+0001F397><U+0001F339> Diputat al Parlament de Catalunya. Conseller d’Empresa Generalitat de Catalunya (2020-2021). Diputat al Parlament Europeu (2009-2019). Professor d’Economia UB. 96632

Most retweeting account in the community 25

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Lorcan Roche Kelly Bloomberg. Other stuff sometimes. Terrible at writing bios. 546
junnisin garcía ram Junnisin García Ramírez, Poza Rica Veracruz, 59 años. Estoy estudiando, acepto donativos https://t.co/NsrlGlueEc 425
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 407
Prensa Comisión EU Equipo de prensa de la Representación de la Comisión Europea en España. Ayudamos a los medios. La cuenta de la Comisión Europea en España es: @comisioneuropea 189
DCarsonCPA_MA Connecting the line on Financial Decision Making for Govt, Industry, Business, Non Profits and Individuals - a solution set on CPA Services 131
Dean T.Carson II CPA Certified Public Accountant; 24+ yrs. Wall St. Fin’l Svcs +Main St. exp, 4 Indstry, NGOs, NPs, Govt +Individs Families +Communities. Value at work on Teamwork. 121
Dean Carson CPA On Svcs, Applied Rsrch + Outreach to help on Industry, NGO, NP, Govt , Individual, Family +Community needs in the Economy +Financials #NYC #NY #States #Global 120
Dean Carson CPA CT reg. CPA w/ family roots in Connecticut & NYC. CPA + Advisory Svcs, w/ onsite, mobile & virtual bus.svcs. For Businesses, Non Profits & Individuals. 119
DCarsonCPA_CATX DCarsonCPA_CATX For Financial Decision Makers points South + West. A connecting line on Government, Industry, Non Profit + Individual Financials. 119
PIGbrother World watcher 112

Terms with the highest TF-IDF value in community 25

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 25

text tf_idf
Working paper: Large global volatility shocks, equity markets and globalisation: 1885-2011 http://t.co/m2K6nzRpxn 0.0053844
Working paper: The ECB’s non-standard monetary policy measures - the role of inst. factors and financial structure http://t.co/0IdFNidiQa 0.0047509
Statement by the European Commission, the ECB and the IMF on the review mission to Ireland http://t.co/qnOZFtOq 0.0045662
Draghi: Our monetary policy remains accommodative for the foreseeable future, our exit remains distant 0.0045086
Working paper: The network structure of the CDS market and its determinants http://t.co/fbT1hrw4jq 0.0044342
Monetary policy decisions http://t.co/GMleeTct 0.0043914
Draghi: Jörg Asmussen has been a tremendous help in shaping the monetary policy in the past two years….(1) 0.0043914
Introductory Statement to the ECB’s press conference - http://t.co/4VR2pWjIa7 0.0043126
Draghi: Our common currency exists not as an end, but as a means: to foster peace between nations and to further our collective prosperity. 0.0043126
Working paper: A non-standard monetary policy shock - the ECB’s 3-year LTROs and the shift in credit supply http://t.co/ru0l6Xpi 0.0041409
Results of the Eurosystem’s first Household Finance and Consumption Survey http://t.co/kVnZLgVrVT 0.0041409
Working paper: A dynamic limit order market with fast and slow traders http://t.co/LdUliunj3E 0.0041175
Working paper: GDP-Inflation cyclical similarities in the Central Eastern EU countries and the euro area http://t.co/RKzGNEEddx 0.0040986
ECB establishes standing swap arrangements with other central banks http://t.co/drDX6b2YVe 0.0038079
Monetary policy decisions - rates unchanged: http://t.co/kC3y2w6Swo 0.0038079

Community 26 (MiXCRhbE)

The community exists from 2013 to 2015.

The community gathers 1026 accounts It represents 1.99% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 18.37% of the corresponding three-year network.

Most followed accounts of the community 26

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
IMF Breaking news and alerts from the International Monetary Fund. 2006725
NYT Business Financial, tech, media and other business news from The New York Times. 846813
Aly-Khan Satchu https://t.co/xPssYQIrsg Banker Interest rate Macro Geopolitical Africa that kind of thing 586652
Alexander Stubb Director & Professor @STGEUI. Chair @cmioffice. Former Prime-, Finance- & Foreign Minister of Finland (2008-16). Bookworm. PhD LSE. Sportsnut. Sub-9.30 Ironman. 451573
il manifesto official account il manifesto - Italian newspaper 205693
Talouselämä Talouselämän toimituksen Twitter-tili. Talouselämä on Pohjoismaiden suurin ja Suomen ainoa talouden viikkolehti. 186527
Jean Quatremer Correspondant européen (mais pas que) de Libération. Comme le disait Lao Tseu, « tu as droit à une insulte, mais pas plus ». Protégé par @bodyguard_app 182530
Geert Noels Author of Econoshock and Gigantism. Economic and financial opinions. Founder Econopolis NV. Likes everything with balance. 126264
Mario Sechi Giornalista. Non ho fatto il ’68, ci sono nato. Infanzia in Sardegna, il resto è un viaggio in corso. Direttore Agenzia Agi. Titolare di List https://t.co/RdICYQK8P4 121133
Nicolas Chéron <U+0001F4CA>Stratégiste marchés pour @Zonebourse <U+0001F91D>Intervenant BFM, <U+0001F433> et @WiBourse <U+0001F4A1>Idées et non conseils, DYOR <U+0001F310> Réseaux, émissions et newsletter (lien <U+0001F53D> ) 92959

Most retweeting account in the community 26

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Finance and Money 3362
Crypto Trader Pro <U+0001F1FA><U+0001F1F8> Gain passive income every Monday on #BTC #ETH #CEL #LINK #MATIC via <U+27F6> https://t.co/08bMbUvAw5 1394
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 639
Roberto Re <U+0001F1EE><U+0001F1F9> <U+0001F1EA><U+0001F1FA> Ich bin ein Mailänder,independent analytical thinker.Fulltime student of News RT=FYI #ElectronicsEngineer #networker #Milan #piùsiamopiùcontiamo 482
Centrum für Europäische Politik cep Freiburg | Berlin Denkfabrik zu #EU-Politik. Bildet mit den Partnerinstituten @cep_Paris und @cep_Roma das Centres for European Policy Network 443
NeO Intelligence DCM, ECM, M&A, Private Equity & Venture Capital, Politics, Economy. RTs & Favs <U+2260> Endorsements 349
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 214
Alessio Terzi Author of ‘Growth for Good’ | Economist @Ecfin | Lecturer @ScPoLille | Aspiring <U+0001F1EE><U+0001F1F9> gentleman | Fmr fellow @Bruegel_org & @Kennedy_school | Views my own 165
API Wirtschaft und Politik 145
MacroPru<U+0001F637> The #MacroPrudential Reader #macropru #mapo #systemicrisk #financialstability #economics #policy #finance #shadowbanking #bubbles #spillovers #globalliquidity 82

Terms with the highest TF-IDF value in community 26

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 26

text tf_idf
Press conference transcript updated with Q&amp;A https://t.co/7jP2S4F9C5 0.0017804
Speech Julie Dickson: Relevance of supervision of behaviour and culture to SSM https://t.co/doiEfQFP8g (EN) https://t.co/jFf1ZO4UwY (NL) 0.0017442
Interview Mario Draghi with Il Sole 24 Ore https://t.co/wybc3bNCn4 0.0016129
Draghi: Decisions on the Greek bank recapitalisation method were decisions of the banks themselves and the government to some extent 0.0015863
Praet: There is risk of real economic vicious cycle: less investment, which in turn reduces potential growth http://t.co/pHkGcFmRR5 0.0015186
ECB to conclude comprehensive assessment of nine banks in November 2015 https://t.co/XGui4pYWMt 0.0014945
Working paper: Spillovers from the ECB’s non-standard monetary policies on non-euro area EU countries https://t.co/Op1FEVsUdf 0.0014945
Praet in Börsen-Zeitung: If we come to the conclusion that our objective is at risk, we have an obligation to act http://t.co/pHkGcFmRR5 0.0014814
Draghi: Structural reforms would transform cyclical recovery into a structural recovery 0.0014520
Feature Financial Stability Review: The impact of the Basel III leverage ratio on risk-taking and bank stability https://t.co/dWDyBYLm3F 0.0014326
#Statsday15 underlines importance of good and accessible statistics. The ECB supports it https://t.co/EWsHVuDxO0 https://t.co/RFwZ0mkYl7 0.0013668
Panel I now starting at the #ECBForum on Banking Supervision. https://t.co/f60O1pJjIc https://t.co/XRlQ2nqpXd 0.0013597
#ECBForum on 4 Nov. Panel 1 reviews the new European banking supervision structure one year on https://t.co/DQI23zHUuH 0.0013586
First annual ECB macroprudential policy &amp; research conference (jointly organised with the IMF). Call for papers https://t.co/1C5haZQGNk 0.0012649
Interview Benoît Cœuré with CNBC (transcript) http://t.co/rvETFDB9Xb 0.0012568

Community 27 (PZv3UKu2)

The community exists from 2013 to 2015.

The community gathers 848 accounts It represents 1.65% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 15.18% of the corresponding three-year network.

Most followed accounts of the community 27

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Nouriel Roubini Roubini Macro Associates CEO; NYU Prof Emeritus; @RosaRoubini CoFounder; Crisis Economics author; Time100, FT, FP, Forbes, Coindesk Most Influential Awards 536984
Figen Özavci Gümülcineli Paranin prensesi.Figonacci.Borsa Istanbul DJ’yi.Ekonomist. Meksa Yatirim GMY.Insan evladi.Düsündügünü direkt söyler. 300406
Holger Zschaepitz Holger Zschäpitz is market maniac @Welt and Author of ‘Schulden ohne Sühne?’ a book on states’ addictiveness to debt. Pics: https://t.co/YTtE1n2ifn 239342
Fari Hamzei #NQ_F Futures Trader, Ranked #1 Stock Market Timer of the Decade, Author of Master Traders. Princeton & UCLA AGSM. (310) 306-1200 149218
Selva Demiralp Professor of Economics, Koc University. Former Economist at the Federal Reserve Board. 127341
Dougie Kass Seabreeze Capital Partners LP https://t.co/49PAROHCBl 111849
Pierpaolo Barbieri founder @uala_co @uala_abc @uala_arg 107035
Janez Janša PM 2020 -, 2004-2008, 2012-2013, President of SDS and VP of CDI-IDC, MOD 1990-94 & 2000, P of the EUCO 2008 RTnotEndorsement https://t.co/oOecpLTLY0 106143
Stefano Feltri

direttore @domanigiornale

Podcast APPUNTI https://t.co/fO50D9IVW9

Libro: Il partito degli influencer (Einaudi) https://t.co/DMBjVwTInV

MBA alumnus @chicagobooth
99462
paolo ignazio marong libero professionista, analista sereno navigatore nel mondo che cambia per cercare rotte nuove ed insolite. Degusta il tempo sa di non sapere. #i4Emploi 95088

Most retweeting account in the community 27

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Sara Gomez Arancibia Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth! Carpe diem, en latin:Mets à profit le jour présent. 544
lex hoogduin Monetary economist/complexity and uncertainty/ GloComNet/ University of Groningen/FAUC model/Operational resilience/“wicked” problems/risk management 401
Kamal Romero Writing and reading stuff … 367
Maurizio Sgroi Polygraph. Journalism&Writing. The Walking Debt - Season X: Growing - Contributor: @econopoly24, @ilfoglio_it, @Linkiesta, @formichenews, @Aspeniaonline 337
Maisel’s Weisse Lover <U+8A3C><U+5238><U+30A2><U+30CA><U+30EA><U+30B9><U+30C8><U+3001><U+305D><U+306E><U+4ED6><U+96D1><U+591A><U+306A><U+601D><U+3044><U+3064><U+304D><U+3001>ML<U+7B49><U+306E><U+6CA1><U+30CD><U+30BF><U+2192>twitter <U+30AE><U+30E3><U+30F3><U+30D6><U+30EB><U+3001><U+30A4><U+30F3><U+30C1><U+30AD><U+6295><U+8CC7><U+3001><U+95A2><U+9023><U+306E><U+30D5><U+30A9><U+30ED><U+30EF><U+30FC><U+306F><U+4E00><U+65B9><U+7684><U+306B><U+30B9><U+30D1><U+30E0><U+5831><U+544A><U+3057><U+307E><U+3059><U+3002>/ HN is from my most fav bier of Bayreuth as Festgast/Wagner Society 279
Gilbert MAHE @FranceMob ( francophone ) - AGENDA : https://t.co/K8HtxMcZgF?amp=1 … ….. Economics , dans l’Air du Temps & Géopolitique 261
Zubeyr K. Açiksari He is a visionaire and an entrepreneur @isreic “Not everybody hopes you’re going to be successful”.. His role model is Jeff Hoffman.. 257
burattino Per gli Stati Uniti d’Europa! Contro le sciocchezze di populisti, demagoghi ed euroscettici di tutte le risme. 222
Fabio Quintiliani <U+0001F1EA><U+0001F1FA><U+0001F1EE><U+0001F1F9><U+0001F1EE><U+0001F1EA><U+0001F1E6><U+0001F1F9><U+0001F1E9><U+0001F1EA><U+0001F1EA><U+0001F1F8><U+0001F1F8><U+0001F1EA><U+0001F1F9><U+0001F1E9><U+0001F1E8><U+0001F1FE><U+0001F1EA><U+0001F1EA><U+0001F1F1><U+0001F1F9><U+0001F1F1><U+0001F1FB><U+0001F1EC><U+0001F1F7><U+0001F1EB><U+0001F1EE><U+0001F1EB><U+0001F1F7><U+0001F1E8><U+0001F1FF><U+0001F1E9><U+0001F1F0><U+0001F1ED><U+0001F1FA><U+0001F1E7><U+0001F1EC><U+0001F1F3><U+0001F1F1><U+0001F1F2><U+0001F1F9><U+0001F1F1><U+0001F1FA><U+0001F1F5><U+0001F1F1><U+0001F1F7><U+0001F1F4><U+0001F1F5><U+0001F1F9><U+0001F1F8><U+0001F1F0><U+0001F1F8><U+0001F1EE><U+0001F1ED><U+0001F1F7> (<U+0001F1EC><U+0001F1E7>)(<U+0001F1FA><U+0001F1E6>) 222
fbm Research Economist for ACPR/BDF Conseiller municipal @ville_de_blr Opinions are my own 160

Terms with the highest TF-IDF value in community 27

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 27

text tf_idf
Draghi: The Eurosystem will purchase a broad portfolio of simple and transparent asset-backed securities (ABSs) 0.0043985
Mario Draghi: Today we decided on combination of 5 measures to provide additional mon pol accommodation and support lending to real economy 0.0042598
Mario Draghi: Further reductions in the key ECB interest rate (1/5) 0.0042572
Mario Draghi: Preparatory work related to outright purchases of asset-backed securities intensified (3/5) 0.0042241
Mario Draghi: Targeted longer-term refinancing operations (TLTROs) (2/5) 0.0042241
Draghi: The Eurosystem will also purchase a broad portfolio of euro-denominated covered bonds issued by euro area MFIs 0.0041832
Mario Draghi: A prolongation of fixed rate, full allotment tender procedures (4/5) 0.0040271
Draghi: Decision was not unanimous 0.0040271
Monetary policy decisions: rates cut by 10 basis points http://t.co/PPgYaMPMsV 0.0039760
Mario Draghi: If required further mon pol easing possible.GC unanimous in commitment to using also unconventional instruments within mandate 0.0038771
Mario Draghi: Suspend of weekly fine-tuning operations sterilising the liquidity injected under the Securities Markets Programme (5/5) 0.0037500
Mario Draghi: Only lending to non-financial corporations eligible for TLTROs 0.0037160
Draghi: Underlying assets should consist of claims against the euro area non-financial private sector 0.0034737
Draghi: Decisive rise in investment is essential to bring inflation closer to where we want it, to stimulate economy, to lower joblessness 0.0033577
Draghi: Economic situation remains difficult; stronger recovery unlikely in coming months 0.0031958

Community 28 (2nxSZIGg)

The community exists from 2014 to 2022.

The community gathers 7172 accounts It represents 30.31% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 62.26% of the corresponding three-year network.

Most followed accounts of the community 28

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
IMF Breaking news and alerts from the International Monetary Fund. 2006725
IlSole24ORE Account ufficiale del Sole 24 ORE https://t.co/q7qoYPrgZ3 1703255
Yahoo Finance The world’s biggest business news platform: https://t.co/pYrVfU4PPO Get the free Yahoo Finance app <U+2B07><U+FE0F> 1384288
Bloomberg Quicktake Live global news and original shows. Streaming free, 24/7. 1275793
CNBC-TV18

Follow business news with India’s Leading Business News Channel, CNBC-TV18. For more updates, follow @CNBCTV18Live.

Telegram: https://t.co/OggDVLUjbE
1043816
Federal Reserve The official Twitter channel of the Board of Governors of the Federal Reserve System. Privacy Policy: http://t.co/pbRRCfwyou 906702
NYT Business Financial, tech, media and other business news from The New York Times. 846813
European Central Bank The European Central Bank is the central bank for Europe’s single currency, the euro. Its main task is to maintain the euro’s purchasing power. 679316
Ferruccio de Bortoli giornalista 659420
Aly-Khan Satchu https://t.co/xPssYQIrsg Banker Interest rate Macro Geopolitical Africa that kind of thing 586652

Most retweeting account in the community 28

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Crypto Trader Pro <U+0001F1FA><U+0001F1F8> Gain passive income every Monday on #BTC #ETH #CEL #LINK #MATIC via <U+27F6> https://t.co/08bMbUvAw5 69629
Sara Gomez Arancibia Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth! Carpe diem, en latin:Mets à profit le jour présent. 14154
Peter Ehrlich Head of Section Strategic Communication at the European Central Bank (ECB). EZB-Kommunikation. This is no official ECB account. Former journalist. 13622
news on finance news from Finance commodities politics stocks analysis 9331
lex hoogduin Monetary economist/complexity and uncertainty/ GloComNet/ University of Groningen/FAUC model/Operational resilience/“wicked” problems/risk management 7320
Juan de loresecha Dealer and Market watcher. All opinios are mine and RT does not mean endorsement. Love Africa 7147
Thanasis Koukakis Once a Journalist, Always a Journalist. These views be mine! 6876
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 6792
Finance and Money 6068
Lorcan Roche Kelly Bloomberg. Other stuff sometimes. Terrible at writing bios. 5621

Terms with the highest TF-IDF value in community 28

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 28

text tf_idf
Draghi: HICP projections: 1.5% in 2017 [1.5% in June], 1.2% in 2018 [1.3%], 1.5% in 2019 [1.6%] 0.0006626
ECB President Christine Lagarde introduces the baseline GDP and inflation outlook for the euro area. https://t.co/45hE6goour 0.0006612
Draghi: If needed, we stand ready to increase our asset purchase programme in terms of size and/or duration 0.0006327
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/lu41HOR9BJ 0.0006244
President Christine @Lagarde introduces the baseline GDP and inflation outlook for the euro area. https://t.co/WaH5GmGNR3 0.0006172
Coming up at 14:00 CET: Executive Board member Yves Mersch unveils the #new100 and #new200 euro banknotes! The #NewBanknotes will enter into circulation on 28 May 2019 and will complete the Europa series, the second series of euro banknotes. https://t.co/oMVPp2a0pM 0.0006133
Report on financial structures shows ongoing consolidation in the banking sector https://t.co/fWQsJejRat 0.0005925
Draghi introduces the GDP and inflation outlook for the euro area https://t.co/WwX68kvU41 0.0005852
Draghi: Key ECB rates expected to remain at present or lower levels for extended period of time well past horizon of net asset purchases 0.0005805
Press release: Monetary policy decisions https://t.co/wyDGA4COxO 0.0005805
President @Lagarde introduces the inflation outlook for the euro area. https://t.co/vbFUcqJBYQ 0.0005724
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/DhDHH49VV8 0.0005689
Monetary policy decisions https://t.co/BVpWSvC8AK 0.0005672
On Thursday at 13:00 CET, we will announce the results of our strategy review. Watch live on Twitter from 14:30 CET as President @Lagarde and Vice-President de Guindos explain what the outcome is in a press conference. More info https://t.co/BKFbEcx37D https://t.co/Gx4i1q9hlI 0.0005524
Draghi: GDP projections: 2.2% in 2017 [1.9% in June], 1.8% in 2018 [1.8%], 1.7% in 2019 [1.7 %] 0.0005484

Community 29 (YuiudgEh)

The community exists from 2014 to 2016.

The community gathers 1400 accounts It represents 2.72% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 21.75% of the corresponding three-year network.

Most followed accounts of the community 29

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Daniel Lacalle Doctor en Economía,autor. Profesor @iebusiness y @iebgrado. Economista jefe @tressissv. Consejo Asesor @ORFIN_es y @frdelpino. Casado,3 hijos. Opinión personal 324477
Figen Özavci Gümülcineli Paranin prensesi.Figonacci.Borsa Istanbul DJ’yi.Ekonomist. Meksa Yatirim GMY.Insan evladi.Düsündügünü direkt söyler. 300406
Chrystia Freeland Deputy Prime Minister & Minister of Finance / Vice-première ministre et ministre des Finances. Liberal MP for University—Rosedale. Proud mother of three. 291478
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 241763
il manifesto official account il manifesto - Italian newspaper 205693
Talouselämä Talouselämän toimituksen Twitter-tili. Talouselämä on Pohjoismaiden suurin ja Suomen ainoa talouden viikkolehti. 186527
Jean Quatremer Correspondant européen (mais pas que) de Libération. Comme le disait Lao Tseu, « tu as droit à une insulte, mais pas plus ». Protégé par @bodyguard_app 182530
coldtusker What, me worry? 153111
iFOREX Welcome to the Official iFOREX Twitter Account where you can find updates, news events and market reports. 149827
CNBC International With the biggest breaking business and financial news from around the world, CNBC International is here to help you get ahead. 145302

Most retweeting account in the community 29

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Finance and Money 3014
Sara Gomez Arancibia Partager les nouvelles de cette petite planète terre! Share the news of this small planet earth! Carpe diem, en latin:Mets à profit le jour présent. 547
Centrum für Europäische Politik cep Freiburg | Berlin Denkfabrik zu #EU-Politik. Bildet mit den Partnerinstituten @cep_Paris und @cep_Roma das Centres for European Policy Network 472
lex hoogduin Monetary economist/complexity and uncertainty/ GloComNet/ University of Groningen/FAUC model/Operational resilience/“wicked” problems/risk management 425
Maurizio Sgroi Polygraph. Journalism&Writing. The Walking Debt - Season X: Growing - Contributor: @econopoly24, @ilfoglio_it, @Linkiesta, @formichenews, @Aspeniaonline 419
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 362
Maisel’s Weisse Lover <U+8A3C><U+5238><U+30A2><U+30CA><U+30EA><U+30B9><U+30C8><U+3001><U+305D><U+306E><U+4ED6><U+96D1><U+591A><U+306A><U+601D><U+3044><U+3064><U+304D><U+3001>ML<U+7B49><U+306E><U+6CA1><U+30CD><U+30BF><U+2192>twitter <U+30AE><U+30E3><U+30F3><U+30D6><U+30EB><U+3001><U+30A4><U+30F3><U+30C1><U+30AD><U+6295><U+8CC7><U+3001><U+95A2><U+9023><U+306E><U+30D5><U+30A9><U+30ED><U+30EF><U+30FC><U+306F><U+4E00><U+65B9><U+7684><U+306B><U+30B9><U+30D1><U+30E0><U+5831><U+544A><U+3057><U+307E><U+3059><U+3002>/ HN is from my most fav bier of Bayreuth as Festgast/Wagner Society 345
Gilbert MAHE @FranceMob ( francophone ) - AGENDA : https://t.co/K8HtxMcZgF?amp=1 … ….. Economics , dans l’Air du Temps & Géopolitique 338
Kamal Romero Writing and reading stuff … 337
TradingCincoDías Mercados financieros en tiempo real. Índices y acciones. Forex y commodities. Fondos y ETFs. Entrevistas. Ocio y Negocio. SP/EN. 298

Terms with the highest TF-IDF value in community 29

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 29

text tf_idf
Draghi: The Eurosystem will also purchase a broad portfolio of euro-denominated covered bonds issued by euro area MFIs 0.0025322
Draghi: The Eurosystem will purchase a broad portfolio of simple and transparent asset-backed securities (ABSs) 0.0025095
Mario Draghi: Targeted longer-term refinancing operations (TLTROs) (2/5) 0.0025089
Mario Draghi: Further reductions in the key ECB interest rate (1/5) 0.0024748
Mario Draghi: Preparatory work related to outright purchases of asset-backed securities intensified (3/5) 0.0024492
Mario Draghi: A prolongation of fixed rate, full allotment tender procedures (4/5) 0.0022845
Mario Draghi: Suspend of weekly fine-tuning operations sterilising the liquidity injected under the Securities Markets Programme (5/5) 0.0022273
Mario Draghi: Today we decided on combination of 5 measures to provide additional mon pol accommodation and support lending to real economy 0.0021994
Draghi: Decision was not unanimous 0.0020941
Mario Draghi: If required further mon pol easing possible.GC unanimous in commitment to using also unconventional instruments within mandate 0.0020820
Draghi: Economic situation remains difficult; stronger recovery unlikely in coming months 0.0020691
Mario Draghi: Only lending to non-financial corporations eligible for TLTROs 0.0020494
Mario Draghi: Negative rate will also apply to excess reserve holdings and certain other deposits held with the Eurosystem 0.0019695
Draghi: On the demand side monetary policy can and should play a central role 0.0019434
Introductory statement Mario Draghi to the press conference http://t.co/qMWVRbKCYj 0.0019398

Community 30 (SXdiMEpf)

The community exists from 2015 to 2017.

The community gathers 731 accounts It represents 1.42% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 11.83% of the corresponding three-year network.

Most followed accounts of the community 30

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
IMF Breaking news and alerts from the International Monetary Fund. 2006725
Bloomberg Markets Breaking news and analysis on global financial markets 1257864
Aly-Khan Satchu https://t.co/xPssYQIrsg Banker Interest rate Macro Geopolitical Africa that kind of thing 586652
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 241763
Ana Gomes Candidata a PR 2021.Deputada PS @ Parlamento Europeu 2004-2019. Diplomata aposentada. Retired diplomat. European Parliament S&D Member 2004-2019. 157529
iFOREX Welcome to the Official iFOREX Twitter Account where you can find updates, news events and market reports. 149827
EPP Group The largest political group in the @Europarl_EN. We defend centre-right policies to promote growth & jobs in a more integrated Europe. #EPP4Health #JobsJobsJobs 123455
WSJ Central Banks Coverage of the Federal Reserve and other central banks by @WSJ reporters around the world, from WSJ Pro Central Banking, a premium service 122771
Stefano Feltri

direttore @domanigiornale

Podcast APPUNTI https://t.co/fO50D9IVW9

Libro: Il partito degli influencer (Einaudi) https://t.co/DMBjVwTInV

MBA alumnus @chicagobooth
99462
Katie Martin FT markets ed. ‘Globalist shit for brains.’ Vomiting Camels. E17 before it was cool. Not on Instagram, unlike my impersonator doing a crypto scam. @ftmarkets 93986

Most retweeting account in the community 30

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Finance and Money 1686
Octaviano Tatau 617
Centrum für Europäische Politik cep Freiburg | Berlin Denkfabrik zu #EU-Politik. Bildet mit den Partnerinstituten @cep_Paris und @cep_Roma das Centres for European Policy Network 306
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 252
TradingCincoDías Mercados financieros en tiempo real. Índices y acciones. Forex y commodities. Fondos y ETFs. Entrevistas. Ocio y Negocio. SP/EN. 203
Waldemar Koziol <U+0001F1F5><U+0001F1F1> Profil prywatny. Private profile 123
Open Europe

Non-partisan and independent policy think tank, 2005-2020.

To keep up with the work of our former team, follow @Policy_Exchange
118
Investing.com España <U+0001F1EA><U+0001F1F8> <U+0001F4C8> Portal financiero que ofrece cotizaciones y gráficos en tiempo real, noticias financieras, análisis técnico… ¡Tu próxima inversión empieza aquí! 111
Adolfo Lorente <U+0001F1EA><U+0001F1FA> Papá. Periodista. Jefe del Área de Política de EL CORREO. Corresponsal en Bruselas 2013-2018. Draghista. Junckerista. Nadalista. De Calahorra. Views, my own. 105
Generation120 Development, Innovation in Business and Economic Growth. Human Rights and Human Development in a Greener Planet. Gen120. 65

Terms with the highest TF-IDF value in community 30

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 30

text tf_idf
Draghi: Today’s lending to Greece is 68% of Greece’s GDP, which is the highest in the euro area 0.0054112
Draghi: ECB’s combined monthly asset purchases will amount to 60 bln euros 0.0052954
Draghi: ECB has already lent 100 bln to Greek banks and it has doubled the amount in the last two months 0.0045404
Draghi: Additional information on implementation of programme to be released at 15:30 CET on ECB homepage 0.0043635
Draghi: Conditions to buy Greek bonds now are not in place 0.0042750
Draghi: ECB to buy until end-Sept 2016, in any case until ECB sees sustained adjustment in inflation path 0.0042599
Draghi: ECB to start buying public sector bonds on Monday, March 9, 2015 0.0039497
Draghi: Process needs to be put in place to restore dialogue between Greek authorities and 3 institutions 0.0037066
Draghi: We’re not creating rules for Greece, we’re simply observing existing rules. 0.0037066
Draghi: Transmission of ECB monetary policy steps will further improve economic growth outlook, reduce economic slack 0.0036416
Draghi: ECB has already seen significant number of positive effects following its decision to launch public sector debt purchases 0.0036406
Draghi: The ECB is a rule-based institution, not a political institution. 0.0036406
Draghi: Greek banks are solvent and well above required capital levels at the moment 0.0035746
Draghi: Essential that this solvency is maintained. Some communication undermines this, destroys collateral 0.0034393
ECB March staff projections: euro area annual HICP 0.0 pct (+0.7 pct) in 2015, +1.5 pct (+1.3 pct) in 2016, +1.8 pct in 2017 0.0033617

Community 31 (CYK4EHNl)

The community exists from 2016 to 2018.

The community gathers 221 accounts It represents 0.43% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.33% of the corresponding three-year network.

Most followed accounts of the community 31

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
SKAI.gr <U+0397> ep<U+03B9><U+03BA>a<U+03B9><U+03C1><U+03CC>t<U+03B7>ta ap<U+03CC> t<U+03BF> skai.gr 686151
Nicolas Chéron <U+0001F4CA>Stratégiste marchés pour @Zonebourse <U+0001F91D>Intervenant BFM, <U+0001F433> et @WiBourse <U+0001F4A1>Idées et non conseils, DYOR <U+0001F310> Réseaux, émissions et newsletter (lien <U+0001F53D> ) 92959
Julia Chatterley @CNN Anchor Watch @FirstMove weekdays on @CNNi 9a ET/2p BST/3p CET Stream: https://t.co/jPlZ0uRgkP <U+0001F31E>Ambassador to Julia Tree Challenge <U+0001F333> https://t.co/vwTKNppntf 92299
Nicklas Andersson Passionerad investerare som älskar att inspirera | Sparekonom @Avanzabank #Aktiespararna | Podcast #Investeraren #PrataPengar #Avanzapodden #Uppesittarkväll 74419
Chris Ciovacco Founder & CEO Ciovacco Capital Management. Proprietary model used to manage accounts for individual investors. How can model help you? See CCM website. 66413
L’Echo L’Echo informe et inspire celles et ceux qui ont l’esprit d’entreprendre. Une question? @LEchoAide ou 0800 55 050. 65421
SangLucci™ Stop trying to make sense of it all, you gonna hurt yaself 56530
Sam Ro <U+0001F4C8> Editor @TKerLLC. Long-term optimist. Short-term cautious optimist. 55363
<U+2B50><U+FE0F>Friends<U+2B50><U+FE0F>M5S<U+2B50><U+FE0F> La disobbedienza e’ il fondamento della liberta’! [https://t.co/Z4JDSEFBB9 ] - Opinions are my own,, articles are not, and RT does not mean endorsement. 47663
Alan Friedman Giornalista, scrittore e conduttore TV 40717

Most retweeting account in the community 31

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Finance and Money 325
The Innovator’s RT Reply Fav bukan referensi.. 112
OJ Live in the moment. Don’t take everything seriously. Smultronställe 93
Adolfo Lorente <U+0001F1EA><U+0001F1FA> Papá. Periodista. Jefe del Área de Política de EL CORREO. Corresponsal en Bruselas 2013-2018. Draghista. Junckerista. Nadalista. De Calahorra. Views, my own. 69
Anastasios Telloglou Reporter / Athens,Greece 39
VictoriaSedgeFields <U+265A><U+265A><U+265A><U+265A><U+265A> https://t.co/B9JWDLG4Xi https://t.co/PD7ZxZotyM https://t.co/k1vSH6y9Xa https://t.co/HrEKLcbyYz https://t.co/sMo1WTFWZQ https://t.co/x6ePeDY0em https://t.co/R16tuRzfX8 38
Money for Nothing Monetary economy, financial markets. 32
Viacheslav Morozov <U+0425><U+043E><U+0440><U+043E><U+0448><U+0438><U+0435> <U+043B><U+044E><U+0434><U+0438> <U+043F><U+0440><U+0438><U+043D><U+0435><U+0441><U+0443><U+0442> <U+0432><U+0430><U+043C> <U+0441><U+0447><U+0430><U+0441><U+0442><U+044C><U+0435>, <U+043F><U+043B><U+043E><U+0445><U+0438><U+0435> <U+043B><U+044E><U+0434><U+0438> <U+043D><U+0430><U+0433><U+0440><U+0430><U+0434><U+044F><U+0442> <U+0432><U+0430><U+0441> <U+043E><U+043F><U+044B><U+0442><U+043E><U+043C>, <U+0445><U+0443><U+0434><U+0448><U+0438><U+0435> — <U+0434><U+0430><U+0434><U+0443><U+0442> <U+0432><U+0430><U+043C> <U+0443><U+0440><U+043E><U+043A>, <U+0430> <U+043B><U+0443><U+0447><U+0448><U+0438><U+0435> — <U+043F><U+043E><U+0434><U+0430><U+0440><U+044F><U+0442> <U+0432><U+043E><U+0441><U+043F><U+043E><U+043C><U+0438><U+043D><U+0430><U+043D><U+0438><U+044F>.. 29
Francesco Foglia <U+0001F468><U+200D><U+0001F393>PhD, <U+0001F1EA><U+0001F1FA>External auditor @EU_Commission @EU_Social @EUinmyRegion <U+0001F465>Fellow @UNESCO, Editor of Regional Economy journal 28
ABLV Bank ABLV Bank was the largest private independent bank in Latvia. Following the February 2018 events, we were forced to go into voluntary liquidation. 28

Terms with the highest TF-IDF value in community 31

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 31

text tf_idf
Draghi: The experiences we had with negative rates have been very positive 0.0139995
Draghi: We have shown today that we are not short of ammunition 0.0131481
Draghi: Implementation of structural reforms has to be substantially stepped up to reduce unemployment and boost potential output 0.0120207
Draghi: A bank that is very active in lending to the real economy, can borrow more than banks active in other ways 0.0119722
ECB announces new series of targeted longer-term refinancing operations (TLTRO II) https://t.co/OmzoOzJajr 0.0118996
Draghi: Annual HICP inflation at 0.1% in 2016 [from 1.0% in Dec], 1.3% in 2017 [from 1.6% in Dec] and 1.6% in 2018 0.0115086
Draghi: If we were to give up, we would have deflation which increases the real value of debt 0.0114759
Draghi: Annual real GDP to increase by 1.4% in 2016 [from 1.7% in Dec], 1.7% in 2017 [unchanged from Dec] and 1.8% in 2018 0.0111907
Draghi: The majority in favour of this package has been overwhelming 0.0105102
Draghi: There was a very reassuring, positive, constructive discussion in the Governing Council 0.0104524
Draghi: Headwinds to economic recovery in euro area include outcome of UK referendum and other geopolitical uncertainties 0.0095778
Draghi: Governing Council decided not to introduce a tiered deposit rate 0.0095591
Introductory statement Mario Draghi to the press conference https://t.co/vmKwroRWxQ 0.0087796
Draghi: We first need a stable, solid recovery for inflation to return to its objective 0.0087796
Draghi: Progress on capital markets union, reforms to improve resolution of non-performing loans will support investment and job creation 0.0085463

Community 32 (NGuBlJMw)

The community exists from 2017 to 2019.

The community gathers 566 accounts It represents 1.1% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 9.94% of the corresponding three-year network.

Most followed accounts of the community 32

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Oscar Giannino Giornalista. Fondatore di FARE per Fermare il declino 371310
Gianni Riotta @princeton @cfr_org @repubblica @consiusa @HuffPostItalia @luissdatalab @catchybigdata https://t.co/Or4v4qjDj3 FB https://t.co/Or4v4qjDj3 IG gianniriotta @edmo_EUI @Idmo_it @zeta_luiss 297457
Sara Eisen @CNBC @CNBCClosingbell 3pm. first love: foreign exchange https://t.co/wLgUhZVslU 152270
Stefano Feltri

direttore @domanigiornale

Podcast APPUNTI https://t.co/fO50D9IVW9

Libro: Il partito degli influencer (Einaudi) https://t.co/DMBjVwTInV

MBA alumnus @chicagobooth
99462
Ramon Tremosa <U+0001F397><U+0001F339> Diputat al Parlament de Catalunya. Conseller d’Empresa Generalitat de Catalunya (2020-2021). Diputat al Parlament Europeu (2009-2019). Professor d’Economia UB. 96632
Valdis Dombrovskis @EU_Commission Executive Vice-President for an Economy that works for people, also Trade Commissioner<U+0001F1F1><U+0001F1FB><U+0001F1EA><U+0001F1FA> 89235
Nick Timiraos Chief economics correspondent, The Wall Street Journal • Author, “Trillion Dollar Triage,” on sale now 84707
Riccardo Puglisi Economista, docente di scienza delle finanze a @unipv, ghisleriano. Redattore de @lavoceinfo. Gradisco i PDF, e i csv. Talora meno noioso. <U+0001F333> #sdeng <U+0001F333> 83984
John Müller Madrileño de Osorno. Vi caer dos (¿3?) democracias: Chile y Vzla. Gitano es mi corazón. Aquí hablo como ciudadano. Como periodista en @abc_es y @pauta_cl 79322
Mario Seminerio Investment manager nella vita reale, commentatore economico nella bolla virtuale. Telegram: https://t.co/M9SBUNkjKP Sostenitori: https://t.co/2mMaaluBdE 71969

Most retweeting account in the community 32

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Fatima Curzio Sono napoletana, nata nel 1960, sposata con 2 figlie. Sinologa. Ho scritto e pubblicato un romanzo storico e una raccolta di racconti contro la guerra. 99
Ognian Zlatev Head of EC Representation in Croatia/ Voditelj @EK_Hrvatska <U+0001F1EA><U+0001F1FA><U+0001F91D><U+0001F1ED><U+0001F1F7> RT <U+2260> endorsement 91
Paolo TrombinTG5 Giornalista Mediaset. Esprime opinioni personali. Re tweet does not mean I agree 91
Federica M. figaro qua e figaro là. un’ottantiana per nascita, per musica, per i capelli ricci. #Eighties retweets and likes are not endorsement, views are my own 88
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 80
Libero Belli @OfficialSSLazio supporter. Ah, non ho un PhD. 76
SpeculaThor<U+262F><U+FE0F><U+2728> LISTEN youtube Draghi Helsinky2014: we must cut wage (internal deflation) to save €<U+0001F628> (min.54°) 76
Bali Promotion Center <U+2B50><U+FE0F><U+2B50><U+FE0F><U+2764><U+FE0F><U+2B50><U+FE0F><U+2B50><U+FE0F> <U+2764><U+FE0F>Ambassador James Rudyanto #lovefoundation #GlobalNewshub Be our patron & afford us <U+0001F64F> Paypal Bank BCA 6130098876 WA 6285737137351 73
Martin Selmayr <U+0001F1EA><U+0001F1FA><U+0001F1E6><U+0001F1F9>EU Commission Representative in Austria @EUKommWien. Prof EU law @Uni_Saarland @UniPassau @univienna @donau_uni. Tweets my opinion. RT <U+2260> endorsement. 72
Fabio Ghironi Paul F. Glaser Prof. of Economics @UW. Unapologetic macroeconomist. Personal opinions. Mostly econ, BC Hockey, & Toro. RT = interesting. 70

Terms with the highest TF-IDF value in community 32

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 32

text tf_idf
In un mondo globalizzato, i paesi per essere sovrani devono cooperare. Leggi il discorso del Presidente Draghi su come l’appartenenza all’UE aiuta gli Stati a essere sovrani proteggendoli da pressioni esterne e rendendo più efficaci le politiche interne https://t.co/hYHJ7YVvmW https://t.co/uj6Z37ax3h 0.0138487
Draghi: ‘Minibots’ are either money and then they are illegal or they are debt and then the stock of debt goes up. I don’t think there is a third possibility. 0.0127618
(THREAD) Mario Draghi is speaking at the School of Advanced Studies @SantAnnaPisa in Italy today. With the euro turning 20 soon, he looks back at the creation of the Single Market and its benefits. Read on to find out more. Full speech here https://t.co/oaJKIdhnCc #EUROat20 1/9 https://t.co/rKAyAhp4bM 0.0110524
The #Avengers aren’t the only ones who promised to do #WhateverItTakes! Almost 7 years ago, we heard something similar… https://t.co/j1rS2Ke4vo 0.0106428
Draghi: Monetary Union has succeeded in many ways, but it has not delivered all the gains that were expected, partly because of domestic policy choices and partly because of the Monetary Union being incomplete 4/9 0.0091419
Draghi: The single currency has allowed countries to regain monetary sovereignty compared with the fixed exchange rate regimes of the past. Decision-making over monetary policy is now shared among all euro area countries 6/9 0.0091419
Draghi: The Single Market is often seen simply as an expression of the globalisation process, which over time has even eliminated exchange rate flexibility. But the Single Market and globalisation are not the same thing. 2/9 0.0085520
Draghi: We should consider what gains have been made as a result of having one market with one money. The euro has protected the Single Market and driven growing trade, with intra-EU exports rising from 13% to 20% of EU GDP since 1992 5/9 0.0082277
Draghi: The fascination with illiberal prescriptions and regimes is spreading; we are seeing little steps back in history. And this is why our European project is even more important today. Read the full speech here https://t.co/oaJKIdhnCc 9/9 0.0082013
Draghi: Contrary to the wider process of globalisation, the Single Market has allowed Europe to impose its values on economic integration – to build as free and just a market as possible 3/9 0.0075459
Draghi: The euro is irreversible because it’s strong, because people want it and because it is not of any interest to anybody to discuss its existence 0.0071333
Draghi: Each country has its own agenda for reform, but structural reforms are the only way to create the conditions for sustainable growth in wages, productivity and employment and to underpin our welfare state 8/9 0.0071322
Draghi: Several euro area countries have achieved significant convergence, particularly the Baltic countries, Slovakia, Malta and Slovenia. In these countries, the gap between real GDP per capita and the euro area mean has been reduced by around one-third since 1999 7/9 0.0068564
Praet: The general idea that government debt can be financed by central banks is a dangerous proposition. In the past, this has resulted in hyperinflation and economic turmoil. That’s why central banks are independent @ramontremosa @pedroantoniak @Paolo_Guida @patrikakis #AskECB https://t.co/9LonoN2JqF 0.0066935
Watch again: Draghi says the euro is irreversible https://t.co/mjjzW8SSNy 0.0065564

Community 33 (pPEUowsF)

The community exists from 2017 to 2019.

The community gathers 860 accounts It represents 1.67% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 15.1% of the corresponding three-year network.

Most followed accounts of the community 33

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 241763
Trade Alerts, Trade Ideas and Crypto <U+0001F1FA><U+0001F1F8> <U+25B6><U+FE0F> Day trade alerts, swing trade alerts, trade-ideas and crypto (All alerts are delayed). <U+0001F697> TradeIdeas Test Drive <U+27F6> https://t.co/y6tjGqVRVp 172834
DailyFX Team Live Live coverage of forex market news and updates from the team at DailyFX. Risk Disclaimer: https://t.co/3cgDIjXRYB 145945
Selva Demiralp Professor of Economics, Koc University. Former Economist at the Federal Reserve Board. 127341
CryptOrca Mainly crypto related content like TA and meme’s. Links below are for trading fee discount: -FTX: https://t.co/TTGd9QyhlV -Binance: https://t.co/CV79jsGssA -Bybit: https://t.co/XGCBz0yrIQ 109080
Nicola Duke Trader, GenX, Libertarian RAF Veteran, Technical Analyst, Educator, Vincit qui se vincit, Compete with Yourself Cooperate with Others 101360
Nicolas Chéron <U+0001F4CA>Stratégiste marchés pour @Zonebourse <U+0001F91D>Intervenant BFM, <U+0001F433> et @WiBourse <U+0001F4A1>Idées et non conseils, DYOR <U+0001F310> Réseaux, émissions et newsletter (lien <U+0001F53D> ) 92959
CRG.eth Trader/investor. Long term crypto, uranium & RarePepes bull. <U+0001F3E6> @EnreachDAO risk committee. Ex-Employment Law. Not financial advice. 90958
Economic Policy Institute Nonprofit, nonpartisan think tank using the tools of economics for more than 30 years to defend and promote the interests of workers in economic policy debates. 88073
Fed Up Cassandra Writer and speaker on banking, finance & economics. Professional singer. Fed up with nonsense on the internet. I block trolls, sealions & rude people. She/her. 72768

Most retweeting account in the community 33

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
European Banking Federation <U+0001F1EA><U+0001F1FA> We bring together banking associations from across Europe, working for a thriving European economy and a flourishing society. Our CEO: @Wim_Mijs 278
Nicola Palmieri 268
Wim Mijs Chief Executive of the European Banking Federation @EBFeu | Occasional tweets on guitars and classic cars 243
NeoSpace Digital Economy T&C: Use of our data is a binding legal contract in agreement to PPV set at $1000 / ns. RT != Endorsement, but 100% of the content is to benefit @NeoSpaceGroup 157
Alexandrine Bouilhet Communication @ecb in Brussels. Views are my own. The official word is on the website. 145
Marco Ða Costa Investor. Trader. Trading Strategist. Equities. Private Financial Advisor. Ða Costa Asesores.<U+0001F3B4> #Bitcoin #BitcoinButton 139
LiveSquawk Up-to-the-second financial markets news. Try our audio squawk service today: http://t.co/WClziUhO0L 135
Simplenomics <U+042F><U+043C><U+0430><U+0440> input - <U+0442><U+0438><U+0439><U+043C> <U+043B> output. <U+0425><U+0443><U+0432><U+0438><U+0439><U+043D> <U+04AF><U+0437><U+044D><U+043B> <U+0431><U+043E><U+0434><U+043E><U+043B>: #<U+041C><U+0430><U+043A><U+0440><U+043E><U+042D><U+0434><U+0438><U+0439><U+043D><U+0417><U+0430><U+0441><U+0430><U+0433> #<U+0421><U+0430><U+043D><U+0445><U+04AF><U+04AF><U+0433><U+0438><U+0439><U+043D><U+0417><U+0430><U+0445><U+0417><U+044D><U+044D><U+043B> #<U+041D><U+0438><U+0439><U+0433><U+044D><U+043C> #<U+0421><U+044D><U+0442><U+0433><U+044D><U+043B><U+0437><U+04AF><U+0439> MA in Economics, Hitotsubashi Univ. <U+0001F1F2><U+0001F1F3><U+0001F1F7><U+0001F1FA><U+0001F1FA><U+0001F1F8><U+0001F1EF><U+0001F1F5> 133
Financial Services Keep up to date with all the latest financial services news, cases and regulatory changes on a UK and international level with Lexis PSL Financial Services 119
Macro Algo Monitoring markets, macro & technicals on $SPX $NDX $DAX $STOXX $NIKKEI $HSI $OIL $COPPER (via @dvolatility @qwerl_nouvel @alphatribune @goldusdx @macrodelics) 117

Terms with the highest TF-IDF value in community 33

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 33

text tf_idf
Monetary policy decisions https://t.co/RbNs858lId 0.0039310
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/AN04eElLTj 0.0038261
Draghi introduces the GDP and inflation outlook for the euro area https://t.co/ROiKrLQazO 0.0033020
Draghi introduces the GDP and inflation outlook for the euro area https://t.co/8C5lxUR9NU 0.0027470
Watch the ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/n3bYCDapGd 0.0024720
Draghi: We are very concerned about the pension industry and related services. Negative rates are necessary instruments of monetary policy. It has created a lot of positive effects. How do we speed up these effects so that interest rates can go up? The answer is fiscal policy. 0.0024192
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/N52MkNqX25 0.0023975
Draghi: We still think that the probability of a recession in the euro area is small, but it has gone up 0.0023848
Monetary policy decisions https://t.co/bRnyMMTHhe 0.0023520
Press release: Monetary policy decisions https://t.co/wyDGA4COxO 0.0023436
Draghi: There were three elements behind the decision: a protracted slowdown in the economy, the persistence of downside risks in global trade, the downward revision in inflation projections 0.0023209
Draghi: We now expect the key ECB interest rates to remain at their present or lower levels until we have seen the inflation outlook robustly converge to a level sufficiently close to, but below, 2% 0.0022811
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/isf5pEoBbQ 0.0022363
Draghi: The European economy is a bank-based economy and we want to protect the transmission of our monetary policy through the lending channel. That’s the philosophy of the measures we took today. 0.0022363
Watch ECB press conference live: President Mario Draghi explains today’s monetary policy decisions https://t.co/lu41HOR9BJ 0.0022242

Community 34 (X9A8XkGp)

The community exists from 2018 to 2021.

The community gathers 792 accounts It represents 1.97% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 9.63% of the corresponding three-year network.

Most followed accounts of the community 34

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Christine Lagarde President of the @ecb, the central bank for the euro. I manage this account with my team. 736607
EU_Eurostat Eurostat is the statistical office of the European Union. We provide high quality statistics for Europe. Lawful good. #AskEurostat 189376
Fintwit all things finance | sign up for free market updates: https://t.co/0AvXdm0EXp 139437
Gérard Araud Fmr French Amb. to the UN and the US. Chroniqueur @LePoint. Trustee @CrisisGroup Sen. adviser @ASG. Dist. fellow @AtlanticCouncil. At https://t.co/VZW5rJShcm 108690
Dinis Guarda Author Creator CEO @ztudium @techabc_ #smartcitiesabc @citiesabc_ @openbusinesshq @fashionabc_ @intelligenthq #metaverse #arts #AI #blockchain #Fintech #nfts 94151
Francine Lacqua Editor-at-large, Anchor @BloombergTV Half human/half coffee. Italian, grew up in Russia, USA, UK & France. Views my own, not BBG. Retweets <U+2260> Endorsements. 60331
Arno Wellens Financieel journalist. Het Euro Evangelie. 925. Kamerplant Tours. Mijn werk ondersteunen en inhoudelijk meeborrelen? Kijk op https://t.co/7BDbAZiyg4 45326
Ronnie Stoeferle Fund Manager, Author of the In Gold We Trust-report & Austrian School for Investors, Rapid-Fan, Proud father, husband and son. Tweets <U+2260> investment advice 40282
IMMOFUX ® Immobilien Immobilien, Immobilienservice - es twittert Björn Gauger von IMMOFUX ® Immobilien - Impressum https://t.co/UYpKKXMlcv… #Makler #Immobilien #RealEstate #FBPE 35517
Dr. Lisa D. Cook Academic economist. Innovation, growth, finance. Obama WH aide. Director, @AEASPmsu. #Spelman, @UniofOxford, #Berkeley alum. @nberpubs #DST Views mine. She|Her. 35300

Most retweeting account in the community 34

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Jose Gonzales cardenas portfolio management specialist/ joey/jeos/ global market analyst 951
CLUB FM Philadelphia<U+0001F3A7> The city’s station for urban dance music! 626
Christine Lagarde President of the @ecb, the central bank for the euro. I manage this account with my team. 262
Douglas Chong 237
Wolfgang Proissl <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Director General Communications @ecb 217
Ana <U+0001F451><U+0001F340><U+0001F338><U+0001F343><U+0001F30F><U+0001F4AD> I don’t donate my words. <U+0001F4DA> Opt Out: medical research. <U+0001F340><U+0001F343><U+0001F342> Protect: rivers & ocean: jellyfish. jacarandas. wattle. reboot economy. IP isn’t gratis. 204
Anita Milewska precz z lewactwem Emigracja nie oznacza podatnosci na propagande postkomuchów. 188
Jos Hendriks - 2017 NEWS - TCS Fund (300 bn euro) @joshendriks4 156
Prof. Samuel Torres #Traders #Analista MBA en Administración de Negocios con Enfasis en Mercados Financieros Modernos, Profesor Especialista CsSociales/CsNaturales Mencion Fisica 147
J L <U+0001F1EA><U+0001F1FA> <U+0001F1EA><U+0001F1FA> European Union 142

Terms with the highest TF-IDF value in community 34

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 34

text tf_idf
President Lagarde took the opportunity at today’s press conference to express her condolences to those mourning the loss of loved ones to the coronavirus and to extend her gratitude to those on the front line of the fight. https://t.co/FhvVkjT0uv 0.0075440
In today’s press conference, President @Lagarde explained how our Strategy Review will shortly resume after it was paused at the height of the pandemic crisis. You can have your say via the #ECBListens portal https://t.co/AWKNKN67pu https://t.co/4KSPXc1YJh 0.0075440
Watch again: Lagarde on the German Federal Constitutional Court ruling https://t.co/uhXQfprYE1 0.0067800
Watch again: Lagarde on the need for an ambitious agreement at this week’s European Council meeting https://t.co/DJCKa06O1S 0.0066576
Watch again: Lagarde on the #EUGreenDeal https://t.co/hFNX98dSJm 0.0064220
[THREAD] We have launched new #gendertargets as part of our efforts to foster a diverse work environment. The strategy includes targets for hiring and promoting women, as well as for an overall increase in female staff by the end of 2026. Read more https://t.co/p1aHPlLkMg 1/3 https://t.co/zAR9kSHCop 0.0063649
Watch again: Lagarde on the effectiveness of the ECB’s monetary policy measures https://t.co/tThAQSNxBI 0.0063162

A digital euro, if it were to be introduced, would be of service to all citizens. But we are not there yet – more work is needed to address the issues it raises.

Learn more about a digital euro https://t.co/RiwOCers68 https://t.co/uUEhkHL5B2
0.0059661
Watch again: Lagarde on why we had to act today https://t.co/LLMxsJiCko 0.0058700
As part of the #ECBstrategyreview, we want to hear from people living in the euro area. Share your thoughts and ideas with us using the #ECBListens Portal – we’re looking forward to hearing from you! https://t.co/DyqVQbGIZD https://t.co/LrkJqO92A8 0.0057764
(Thread) In an interview with @Challenges magazine President @Lagarde discussed topics including a new policy mix for Europe, the need to bring the ECB closer to people, climate change, low rates and cryptocurrencies https://t.co/FrL73jgplO (EN) https://t.co/x8tRS3Ov79 (FR) https://t.co/sJv6zuM5bl 0.0057166
Watch again: Lagarde on the role of central banks in the fight against climate change https://t.co/jikV5DUHPX 0.0056210
Watch again: Christine Lagarde speaking to @FT on how the experience of the pandemic may transform our perception of globalisation https://t.co/aAlxsHjQn6 0.0054457
Watch live: President Christine Lagarde addresses an online meeting of the Franco-German Parliamentary Assembly https://t.co/ZLCHh2Tlyw https://t.co/zvXn8OqWxA 0.0052919
Watch the ECB press conference live: President Christine @Lagarde explains today’s monetary policy decisions. https://t.co/qGJwpFn0RH 0.0051772

Community 35 (8KlYxFAG)

The community exists from 2018 to 2020.

The community gathers 293 accounts It represents 0.57% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.62% of the corresponding three-year network.

Most followed accounts of the community 35

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Thomas Power Board #BIP100Club @9Spokes @bicraorg @digentre @pennypower @savortex DM @WhatsApp @Telegram +447875695012 Email #AI #Bitcoin #Climate #EV 295802
<U+0001D5D5><U+0001D5EE><U+0001D5FB><U+0001D5F8>XRP

<U+267B><U+FE0F> #DeFi #BTC #XRP

If you are looking Buy XRP in USA https://t.co/kfwKYbIxBX blockchain, ISO 20022
192016
JackTheRippler ©<U+FE0F>
I AM NOT A FINANCIAL ADVISOR | Join me on Patreon: https://t.co/aCNHlsO29S | Entrepreneur • Self-Made <U+0001F947> DM me for promotion <U+0001F4E9>
Tweets <U+2260> investment advice
40282
<U+0001F1FA><U+0001F1F8><U+0001F680>XRP CAROLINA<U+0001F680><U+0001F1FA><U+0001F1F8> xrpcarolina.crypto HODLER and Loving Husband. DYOR,NOT A TRADER PLEASE DNT DM ABOUT TRADING. 33280
CryptoElite #bitcoin https://t.co/5Vdpgmg4KL 32591
Judy Shelton Monetary economist. Author of “Money Meltdown” (1994) and “The Coming Soviet Crash” (1989). Senior Fellow at the Independent Institute. 31904
Coiner-Yadox

$BTC & $alts FA,TA,& Onchain Refs: https://t.co/3oHbVo10mJ , https://t.co/YjpFM70QWF , Binance ID 11018602

Member of @HoneybadgerC
28480
frxresearch <U+0001F536> Investing Binance Coin <U+0001F536> 25129

Most retweeting account in the community 35

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Financial Services Keep up to date with all the latest financial services news, cases and regulatory changes on a UK and international level with Lexis PSL Financial Services 126
Central Bank Payments News CBPN is a monthly publication providing the most relevant payments news for the central bank payments & market infrastructure community. From @CurrencyResearc 42
Lord Charles <U+0001F1ED><U+0001F1F9> 36
Action Institute Action Tank indipendente ed apartitico per lo sviluppo sociale ed economico dell’Italia. Independent Action Tank for actionable policy solutions in Italy. 28
Milan Jed ‘Absence of evidence is not the evidence of absence.’ <U+270D><U+0001F3FD> Zero to the power of zero = 1. 26
Maëva Ghonda Quantum Advisory Board Climate Advisory Board Risk Management Cybersecurity Sustainability Strategy 26
Aki Paloheimo

For: #Free market economy, #Rights #Liberty #Monetary equality

Against: #Slavery

Special: #Cycles #Economy #USA #FED #Energy #Earthquakes #Sun #ICT
24
k3thjupvt3c 081284260897 24
Nahuel Mercedes <U+0001FA81> Unhealthy fascination for finance. Ex-Brussels/Lima. Comms at Dutch Export Credit Agency @AtradiusDSB 21
D1_D2_Eiffel_Bordeaux Classes prépas ENS D1 et D2 Lycée Gustave Eiffel Bordeaux 21

Terms with the highest TF-IDF value in community 35

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 35

text tf_idf
Watch again: Lagarde on digital currencies https://t.co/L2HSjVZ2BD 0.0774221
Occasional paper: Crypto-Assets - Implications for financial stability, monetary policy, and payments and market infrastructures https://t.co/3lFPhcbk1R 0.0630739
Our latest research shows that it is possible to build a simplified payment system for central bank digital currencies. Such a system would safeguard users’ privacy for low-value transactions while ensuring that higher-value transfers are subject to anti-money laundering checks. 0.0487782
Lagarde: My personal conviction on the issue of stable coins is that we better be ahead of the curve. There is clearly demand out there that we have to respond to. 0.0433584
Today we welcome Christine @Lagarde as the new ECB President. We wish her all the best for her eight-year term of office. https://t.co/5wYqx0iGVG 0.0260580
European leaders have formally appointed Christine @Lagarde as the next President of the ECB. Ms Lagarde will take office on 1 November. https://t.co/zXQDuu16hZ 0.0213142
Crypto-assets like #bitcoin are increasingly popular but are volatile and speculative, and they are not currencies. New technologies like #blockchain enabled their emergence. Find out more in our article on this topic, available in all EU languages https://t.co/x2VcDM5Q7E https://t.co/QoDrGQDgsX 0.0162870
Lagarde: On the digital front, the increased use of digital technologies is changing all aspects of our lives, including how we pay. This is where our preparatory work on a digital euro comes in. 0.0152965

A digital euro, if it were to be introduced, would be of service to all citizens. But we are not there yet – more work is needed to address the issues it raises.

Learn more about a digital euro https://t.co/RiwOCers68 https://t.co/uUEhkHL5B2
0.0138575
Question time! If you have a bank account in Europe, how long does it usually take to transfer money from your account to someone with an account at another bank? 0.0136028
Praet: The technology behind it looks promising for many industries. But bitcoin is not money #AskECB https://t.co/rsNGOXAKI2 0.0136028
Central bank group to assess potential cases for central bank digital currencies https://t.co/XA5w0ovzAs 0.0135417
Implications of digitalisation in retail payments for the Eurosystem’s catalyst role https://t.co/PvOlrrjcH3 0.0133630
(THREAD) We have decided to launch a project to prepare for possibly issuing a digital euro. We will look at how a digital euro could be designed and distributed to everyone in the euro area, as well as the impact it would have https://t.co/KCf73qHOZ8 1/3 https://t.co/eHvpFlH8sq 0.0133486

The European Parliament’s Committee on Economic and Monetary Affairs @EP_Economics has recommended Christine @Lagarde as the next ECB President. Next steps:

<U+27A1><U+FE0F> A plenary vote by the @Europarl_EN in mid-September <U+27A1><U+FE0F> Final appointment by the European Council in October https://t.co/fqfLwHlBj4
0.0129432

Community 36 (ChI43RFN)

The community exists from 2018 to 2020.

The community gathers 289 accounts It represents 0.56% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.56% of the corresponding three-year network.

Most followed accounts of the community 36

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
The Bearable Bull Miami<U+0001F4CD>Crypto Investor<U+0001F4C8> 160kYouTube<U+0001F3A5> Metaverse/NFT Investor<U+0001F47E> Business Owner<U+0001F4BC> Real Estate/Airbnb<U+0001F3E8> Udemy Teacher<U+0001F468><U+200D><U+0001F3EB> Traveler<U+0001F6E9> Photographer (Sony A1)<U+0001F4F8> 223076
smolting (wassie, verse)

professional it/that and lil/shid @wassieverse UwU

mite be a multiagency fed (uproven)

banner by the amazing @silo_uwu

#2_weeks_lifespan_gang
186770
<U+5317><U+5C3E><U+5409><U+5B5D> 1974<U+5E74><U+6176><U+5FDC><U+7FA9><U+587E><U+5927><U+5B66><U+7D4C><U+6E08><U+5B66><U+90E8><U+5352><U+696D><U+5F8C><U+91CE><U+6751><U+8B49><U+5238><U+5165><U+793E><U+3002>1978<U+5E74><U+82F1><U+56FD><U+30B1><U+30F3><U+30D6><U+30EA><U+30C3><U+30B8><U+5927><U+5B66><U+7D4C><U+6E08><U+5B66><U+90E8><U+5352><U+696D><U+3002><U+91CE><U+6751><U+8B49><U+5238>NY<U+62E0><U+70B9><U+52E4><U+52D9><U+5F8C><U+3001><U+82F1><U+56FD><U+30EF><U+30C3><U+30B5><U+30FC><U+30B9><U+30BF><U+30A4><U+30F3><U+30DA><U+30EC><U+30E9><U+793E><U+5E38><U+52D9><U+53D6><U+7DE0><U+5F79><U+3001><U+91CE><U+6751><U+4F01><U+696D><U+60C5><U+5831><U+53D6><U+7DE0><U+5F79><U+3001><U+91CE><U+6751><U+8B49><U+5238><U+4E8B><U+696D><U+6CD5><U+4EBA><U+4E09><U+90E8><U+9577><U+3092><U+7D4C><U+3066><U+3001>1995<U+5E74><U+30BD><U+30D5><U+30C8><U+30D0><U+30F3><U+30AF><U+5165><U+793E><U+3001><U+5E38><U+52D9><U+53D6><U+7DE0><U+5F79><U+5C31><U+4EFB><U+3002><U+73FE><U+5728>SBI<U+30DB><U+30FC><U+30EB><U+30C7><U+30A3><U+30F3><U+30B0><U+30B9><U+682A><U+5F0F><U+4F1A><U+793E><U+4EE3><U+8868><U+53D6><U+7DE0><U+5F79><U+793E><U+9577><U+3002> 121240
Digital Perspectives The Average Joe Investor!I`m not a Financial Advisor. Always consult a Financial Advisor before making decisions. https://t.co/cMjrpC9kvM 110894
XRP_Cro

Ripple and XRP Guides and Infographics: https://t.co/T54JViFPAs

<U+0001F525>Crypto investor and promoter || DM for promotions <U+0001F4E9> #Giveaways | #Airdrops | #Promotions | #NFTs
99349
Matthew Graham CEO, Sino Global Capital @sinoglobalcap. Digital Assets, China, India, Blockchain. Atmanirbhar Bharat. I will eat your hot pot and samosa. 80371
DREAD BONGO <U+0299><U+1D0F><U+0274><U+0262><U+1D0F><U+1D0D><U+1D07><U+0274><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D00><U+1D18><U+026A><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D07><U+1D0F> | <U+0001D63E><U+0001D664><U+0001D663><U+0001D669><U+0001D65A><U+0001D663><U+0001D669> <U+0001D63E><U+0001D667><U+0001D65A><U+0001D656><U+0001D669><U+0001D664><U+0001D667> | <U+0001D64B><U+0001D667><U+0001D65E><U+0001D66B><U+0001D656><U+0001D669><U+0001D65A> <U+0001D644><U+0001D663><U+0001D66B><U+0001D65A><U+0001D668><U+0001D669><U+0001D664><U+0001D667> | <U+0001D63E><U+0001D664><U+0001D662><U+0001D662><U+0001D66A><U+0001D663><U+0001D65E><U+0001D669><U+0001D66E> <U+0001D642><U+0001D66A><U+0001D65E><U+0001D659><U+0001D65A> | <U+0001D63F><U+0001D648> <U+261D><U+FE0F> 75408
xrpdarren 72k 66k_JD BEWARE OF IMPOSTERS if you get an unsolicited DM from me asking you to join a trading group that is a scam. I do not have a trading group. I will never ask for password 12 words 72678
<U+0001F1F3><U+0001F1F1> MACKATTACK XRP <U+0001F1F3><U+0001F1F1> <U+0001F1F3><U+0001F1F1>XRP<U+0001F1F3><U+0001F1F1> - Royal Dutch Navy Veteran - Retired - Love Holland - RIPPLE XRP XRPL investor and believer. When the switch is made, XRP becomes incredibly large!! 57936
XRP YODA 47623

Most retweeting account in the community 36

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
TARGET Services TARGET Services is the umbrella over Eurosystem’s financial market infrastructures TARGET2, T2S and TIPS. 94
Dan Nacu <U+0001F1EA><U+0001F1FA> Media & Comms for @ESMAComms | _Commission, @Europarl_EN, @EBA_News | @SorbonneParis1 alumn. | interested in #EUDiplomacy | <U+0001F436> lover | RT<U+2260> Endorsement 70
XRP_PREDITOR02_UK 44
A. <U+0001F31E> FLR & XRP #IOV 42
LSTrade

Trade is the audio news service tailored to retail FX and Crypto traders.

Offering insight, news and technical talk on all things market related.
41
S1980<U+26A1><U+FE0F> Xrp and ripple will truly provide the next best payment system. Waiting for XRP to change my life whilst facing the challenges my large Acoustic Neuroma brings 40
XRPlife <U+2600><U+FE0F> 39
Sir Gordon 36
Mike Manfield <U+2B55><U+FE0F> 30
XRP YODA 29

Terms with the highest TF-IDF value in community 36

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 36

text tf_idf
Our latest research shows that it is possible to build a simplified payment system for central bank digital currencies. Such a system would safeguard users’ privacy for low-value transactions while ensuring that higher-value transfers are subject to anti-money laundering checks. 0.0448644
Read our paper on exploring anonymity in central bank digital currencies https://t.co/DCJerLdJI8 0.0390896
We have concluded an agreement with @riksbanken that will give Sweden access to the TARGET Instant Payment Settlement (TIPS) platform. In addition to euro payments, TIPS will process electronic payments made in Swedish krona in real time as of May 2022 https://t.co/ksCavc8bLB https://t.co/pJ6Mn2wqCJ 0.0349785
Central bank group to assess potential cases for central bank digital currencies https://t.co/XA5w0ovzAs 0.0326947
Andrea Enria: The European banking market must become a truly single market. To facilitate this ECB Banking Supervision is considering concrete measures related to cross-border liquidity waivers, branching and group support for recovery plans. https://t.co/xGlNyes8TG 0.0240449
Watch again: Lagarde on what a more complete monetary union needs https://t.co/wUCYig1ied 0.0221886
Working paper: Tiered CBDC and the financial system https://t.co/2C6sVfZfbH 0.0204827
Lagarde on European autonomy: Deep and liquid financial markets are needed to boost the euro’s global role and this requires a genuine capital markets union. The ECB can contribute by providing innovative market infrastructures and being an accelerator in payment solutions 2/4 0.0200961
Lagarde: My personal conviction on the issue of stable coins is that we better be ahead of the curve. There is clearly demand out there that we have to respond to. 0.0199397
Occasional paper: Stablecoins - Implications for monetary policy, financial stability, market infrastructure and payments, and banking supervision in the euro area https://t.co/ypkX85wIvJ 0.0191573
The Eurosystem’s TIPS platform enables providers of payment services to offer fund transfers to their customers in real time and around the clock, every day of the year. Watch our video explainer to find out more. https://t.co/rHABmUtZWo 0.0172117
Later today: watch live as ECB President Christine Lagarde explains today’s monetary policy decisions. https://t.co/yOXZbLEIVA 0.0167665
Lagarde: The crisis can be an opportunity to modernise our economies to make them fit for the future. The transition towards a greener economy is a crucial part of this. 0.0163729
Lagarde on cryptocurrencies: We are looking into the feasibility and merits of a central bank digital currency that would ensure that people can continue to use central bank money even if the use of physical cash eventually declines. We want to play an active role (5/6) 0.0159216
We are exploring the benefits and risks of a central bank digital currency. The Eurosystem has not made a decision whether to introduce a digital euro and will continue to ensure that all citizens have access to banknotes at all times. Read the speech https://t.co/7j4reOWAn2 3/3 0.0159216

Community 37 (cwXTX26Y)

The community exists from 2018 to 2020.

The community gathers 1085 accounts It represents 2.11% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 17.11% of the corresponding three-year network.

Most followed accounts of the community 37

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
CincoDiascom Twitter oficial de Cinco Días, decano de la prensa económica y empresarial en España / Official TW for Cinco Días, oldest Spanish economic and business paper 350341
ForexLive The trusted source for everything in the world of foreign exchange, central banking and economic news. The fastest forex news and analysis. 314276
Demberel Sambuu MP 2012-2016.Economist,father of 3 adults and son of my wife .RT are not endorsements. 171916
Devdiscourse Devdiscourse: World’s leading Website for International Development News, Opinions, Interviews and Breaking News. 163569
Steve Peers Prof of EU Law, Human Rights Law & World Trade Law, Uni of Essex. Out now: Commentary on the EU Charter of Rights, 2nd ed (co-editor, Hart). Usual disclaimers. 156865
Selva Demiralp Professor of Economics, Koc University. Former Economist at the Federal Reserve Board. 127341
Gizem Öztok Altinsaç Chief Economist TUSIAD, Lecturer Ozyegin University / Sabanci University, Owner GOA Consulting 122043
Ripple Van Winkle | XRP Researcher| 101K+Followers Lux Lions NFT <U+27A1><U+FE0F>https://t.co/OCGM4VAqDV <U+27A1><U+FE0F>YouTube: https://t.co/Xmd8tgV1y5 <U+27A1><U+FE0F>Patreon: https://t.co/JdW0cuVLno <U+27A1><U+FE0F>Crypto IRA: https://t.co/q1h8YSqhlB 101284
Luis Garicano <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Eurodiputado/MEP. VP Renew Europe and ALDE. Jefe de Delegación Ciudadanos Europa. Previously, Full Professor of Economics at University of Chicago, LSE and IE. 97131
Eva Kaili Vice President <U+0001F1EA><U+0001F1FA> European Parliament | Chair C4AI | ICT | Foresight Innovation Digital Strategy | CSR | InvestEU | Blockchain | S&D <U+0001F1EC><U+0001F1F7> 87547

Most retweeting account in the community 37

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
European Banking Federation <U+0001F1EA><U+0001F1FA> We bring together banking associations from across Europe, working for a thriving European economy and a flourishing society. Our CEO: @Wim_Mijs 461
Wim Mijs Chief Executive of the European Banking Federation @EBFeu | Occasional tweets on guitars and classic cars 370
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 306
Cetier the First Explaining the complex world of Regulatory Bank Capital. Given its importance it deserves more attention. Written by a seasoned Capital Specialist. 258
Marco Ða Costa Investor. Trader. Trading Strategist. Equities. Private Financial Advisor. Ða Costa Asesores.<U+0001F3B4> #Bitcoin #BitcoinButton 229
France In The World @EmmanuelMacron @enmarchefr.@avecvous #Renaissance #Législatives2022 #MajoritéPrésidentielle #FDE <U+0001F1EA><U+0001F1FA><U+0001F1E9><U+0001F1EA><U+0001F1FA><U+0001F1F8><U+0001F1EC><U+0001F1E7><U+0001F1F8><U+0001F1EA><U+0001F1F3><U+0001F1F4><U+0001F1E9><U+0001F1F0><U+0001F1EB><U+0001F1EE><U+0001F1EE><U+0001F1F8> 220
<U+C7A5><U+C775><U+C81C> <U+B2E4><U+D568><U+AED8> <U+B9CC><U+B4DC><U+B294> <U+C138><U+C0C1>/<U+C0AC><U+B78C><U+C774> <U+BB38><U+D654><U+B2E4> <U+D398><U+C774><U+C2A4><U+BD81> : https://t.co/JtPlIetYhk… <U+C778><U+C2A4><U+D0C0><U+ADF8><U+B7A8> : https://t.co/fXWpwnzH6b 220
Banco de España El Banco de España es el banco central nacional y, en el marco del Mecanismo Único de Supervisión, el supervisor del sistema bancario español junto al BCE 189
Angela Maddaloni Head of Financial Intermediation Research @ecb. @Columbia in my past. Love cats, corn muffins and the sea. Personal views, official word is on @ecb website. 187
Giuseppe Gargiulo dottore commercialista -studioso di diritto ed economia - professionista che cerca di non smarrire il senso del proprio agire come giurista.RT isn’t endorsement 175

Terms with the highest TF-IDF value in community 37

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 37

text tf_idf
Press release: ECB takes note of German Federal Constitutional Court ruling and remains fully committed to its mandate https://t.co/n5vi0Wg911 0.0029021
ECB updates its recommendation: banks should refrain from dividend payments and share buy-backs for at least six months amid the coronavirus pandemic. Capital conserved in this way should be used to support lending to the economy or absorb losses https://t.co/N1HOEa9T5j https://t.co/RXNEyJICBw 0.0024045
Press release: ECB announces new pandemic emergency longer-term refinancing operations https://t.co/jtPV2SbhAJ 0.0023454
The ECB has published an overview of the macroprudential measures taken by euro area authorities in response to the coronavirus outbreak. Together these measures will free up more than €20 billion of Common Equity Tier 1 capital held by euro area banks https://t.co/0o33Y09UpA 0.0022078
Monetary policy decisions https://t.co/BVpWSvC8AK 0.0021495
Press release: ECB takes steps to mitigate impact of possible rating downgrades on collateral availability https://t.co/S1uiTvUxY3 0.0020275
Press release: Monetary policy decisions https://t.co/gt8VaqXIE9 0.0019380
Press release: Monetary policy decisions https://t.co/MmOdsWpzNn 0.0019110
ECB announces package of temporary collateral easing measures https://t.co/WJxUsspSPY 0.0019009
Press release: Monetary policy decisions https://t.co/wyDGA4COxO 0.0018560
Press release: ECB announces €750 billion Pandemic Emergency Purchase Programme (PEPP) https://t.co/gcU39zZR4O 0.0018174
What impact will the coronavirus pandemic have on the euro area economy? In a post on #TheECBBlog, Chief Economist Philip R. Lane discusses the macroeconomic scenarios we could be confronted with and explains current ECB monetary policy https://t.co/33MNfxxZ8b https://t.co/ULx7xHk0x9 0.0017797
Press release: ECB Banking Supervision provides temporary capital and operational relief in reaction to coronavirus https://t.co/HdwWoyb8um 0.0017246
Press release: ECB extends review of its monetary policy strategy until mid-2021 https://t.co/BrRnMdxYU7 0.0017204
ECB Banking Supervision allows significant banks to temporarily exclude their holdings of banknotes, coins and central bank deposits from leverage ratio calculations until 27 June 2021. This will increase banks’ leverage ratios https://t.co/zhBDPzC4xi https://t.co/DqOow0xSUJ 0.0016083

Community 38 (vYoeQMoP)

The community exists from 2018 to 2020.

The community gathers 381 accounts It represents 0.74% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 6.01% of the corresponding three-year network.

Most followed accounts of the community 38

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Paolo Gentiloni

<U+0001F1EA><U+0001F1FA> Commissioner for Economy/ Commissario per l’Economia

@ecfin @EU_Taxud @EU_Eurostat #vdLcommission
602759
Oscar Giannino Giornalista. Fondatore di FARE per Fermare il declino 371310
Nick Timiraos Chief economics correspondent, The Wall Street Journal • Author, “Trillion Dollar Triage,” on sale now 84707
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 52482
C.A. Carnevale-Maffè Bocconi University School of Management. The very moment I need to specify that Opinions Are My Own, unfollow me. 52024
Francesco Nicodemo <U+0001F1EE><U+0001F1F9><U+0001F1FA><U+0001F1E6><U+0001F1EA><U+0001F1FA> Padre di Emanuele&Davide. Founder di @lievito_. Portavoce @Fondazione_FID. Ho scritto #Disinformazia e altre cose. 35797
tonia mastrobuoni correspondent, la repubblica. book: “l’inattesa. angela merkel. una biografia politica” (mondadori). 31741
Daniela Gabor Professor of Economics/MacroFinance. Editorial Board @RIPEJournal Critical macrofinance, central banks, repos, shadow banking https://t.co/YGZItchHwL https://t.co/XPNo2sR5Gm 29984
<U+0001D5D4><U+0001D5F9><U+0001D5F6><U+0001D5F2><U+0001D5FB><U+0001D5FC> <U+0001F47D> <U+0001D65C><U+0001D65A><U+0001D663><U+0001D669><U+0001D65E><U+0001D661><U+0001D65A> #ME Padre Investitore Money manager Economia e Finanza su @piano_inclinato podcast: https://t.co/kHamOU8QFV libri: https://t.co/dtmpFjQlLI RT=FYI 23747
Giampaolo Galli Osservatorio dei Conti Pubblici Italiani, Università Cattolica, Roma. Docente di Economia Politica. https://t.co/HH7JteyC59 22056

Most retweeting account in the community 38

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Ognian Zlatev Head of EC Representation in Croatia/ Voditelj @EK_Hrvatska <U+0001F1EA><U+0001F1FA><U+0001F91D><U+0001F1ED><U+0001F1F7> RT <U+2260> endorsement 134
DbaRBABancorpNewYorkCity RBA Bank Owns:FNB,Citi,Dime,Wells Fargo,Bank of America,Chase,GCU, MetLife,ICE Mkts:NYSE,American Air, ConED, Primoris,STELLANTIS,Seanergy Shipping. NMLS:742676 114
Federica M. figaro qua e figaro là. un’ottantiana per nascita, per musica, per i capelli ricci. #Eighties retweets and likes are not endorsement, views are my own 93
SpeculaThor<U+262F><U+FE0F><U+2728> LISTEN youtube Draghi Helsinky2014: we must cut wage (internal deflation) to save €<U+0001F628> (min.54°) 80
Luca Erzegovesi

Ritagli stampa e RT not endorsement [mie opinioni tra parentesi quadre]

Per districarsi tra le vicende bancarie serve molta pazienza
68
Shawn Donnelly @<U+0001F3E1> Comparative & International Political Economy @UTwente. European economic strategy. 62
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 59
Gloria Grigolon Journalist, Financial Writer - Scrivo per passione, lavoro per scrivere. Qui, spunti interessanti, commenti personali e tutta la mia devozione per Mario Draghi 48
Libero Belli @OfficialSSLazio supporter. Ah, non ho un PhD. 40
The Corner #Spain and #EU economies in a global context. Exclusive insight from top market commentators. We are europhile but independent. And we love debating. 40

Terms with the highest TF-IDF value in community 38

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 38

text tf_idf
In un mondo globalizzato, i paesi per essere sovrani devono cooperare. Leggi il discorso del Presidente Draghi su come l’appartenenza all’UE aiuta gli Stati a essere sovrani proteggendoli da pressioni esterne e rendendo più efficaci le politiche interne https://t.co/hYHJ7YVvmW https://t.co/uj6Z37ax3h 0.0306262
The #Avengers aren’t the only ones who promised to do #WhateverItTakes! Almost 7 years ago, we heard something similar… https://t.co/j1rS2Ke4vo 0.0306213
(THREAD) Mario Draghi is speaking at the School of Advanced Studies @SantAnnaPisa in Italy today. With the euro turning 20 soon, he looks back at the creation of the Single Market and its benefits. Read on to find out more. Full speech here https://t.co/oaJKIdhnCc #EUROat20 1/9 https://t.co/rKAyAhp4bM 0.0238073
Draghi: The single currency has allowed countries to regain monetary sovereignty compared with the fixed exchange rate regimes of the past. Decision-making over monetary policy is now shared among all euro area countries 6/9 0.0205783
Draghi: Monetary Union has succeeded in many ways, but it has not delivered all the gains that were expected, partly because of domestic policy choices and partly because of the Monetary Union being incomplete 4/9 0.0194952
Draghi: We should consider what gains have been made as a result of having one market with one money. The euro has protected the Single Market and driven growing trade, with intra-EU exports rising from 13% to 20% of EU GDP since 1992 5/9 0.0184121
Draghi: Contrary to the wider process of globalisation, the Single Market has allowed Europe to impose its values on economic integration – to build as free and just a market as possible 3/9 0.0178796
Draghi: The Single Market is often seen simply as an expression of the globalisation process, which over time has even eliminated exchange rate flexibility. But the Single Market and globalisation are not the same thing. 2/9 0.0178796
Draghi: Each country has its own agenda for reform, but structural reforms are the only way to create the conditions for sustainable growth in wages, productivity and employment and to underpin our welfare state 8/9 0.0159054
Draghi: Several euro area countries have achieved significant convergence, particularly the Baltic countries, Slovakia, Malta and Slovenia. In these countries, the gap between real GDP per capita and the euro area mean has been reduced by around one-third since 1999 7/9 0.0151629
Draghi: The fascination with illiberal prescriptions and regimes is spreading; we are seeing little steps back in history. And this is why our European project is even more important today. Read the full speech here https://t.co/oaJKIdhnCc 9/9 0.0150602
The launch of the euro on 1 January 1999 was part of the preparations for a Single Market driven by the desire to remove barriers, boost economic potential and bring more people back into work. Read what President Draghi said last month about the #EUROat20 https://t.co/eAUJ2MShDx https://t.co/DK8gmA0pLk 0.0121919
Popular support for the euro is strong and growing. Three-quarters of EU citizens in the euro area are now in favour of our single currency, the highest level since 2004. Here at the ECB we ensure that the euro remains stable so you can fully enjoy its benefits. #EUROat20 https://t.co/8kD1FCDdNF 0.0111737
L’UE ha molti canali tramite cui gli Europei esercitano il controllo democratico. Poiché le istituzioni europee hanno ricevuto poteri precisi, il nesso tra decisioni e responsabilità è diretto, il controllo democratico è chiaro. Leggi il discorso integrale https://t.co/hYHJ7YVvmW 0.0089468
Watch again: Draghi on why economic growth has been slowing down in the eurozone https://t.co/PePsPUzBb4 0.0087503

Community 39 (3fAbyYZJ)

The community exists from 2019 to 2022.

The community gathers 586 accounts It represents 1.65% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 10.7% of the corresponding three-year network.

Most followed accounts of the community 39

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
The Bearable Bull Miami<U+0001F4CD>Crypto Investor<U+0001F4C8> 160kYouTube<U+0001F3A5> Metaverse/NFT Investor<U+0001F47E> Business Owner<U+0001F4BC> Real Estate/Airbnb<U+0001F3E8> Udemy Teacher<U+0001F468><U+200D><U+0001F3EB> Traveler<U+0001F6E9> Photographer (Sony A1)<U+0001F4F8> 223076
Kevin Cage #Investor | #Crypto #Millionaire $XRP $QNT $DAG #API3 $CSPR $HBAR $XLM $ALGO Rooting for everyone. Just a guy in competition w/ himself. @ironkeycapital Advisor 190132
smolting (wassie, verse)

professional it/that and lil/shid @wassieverse UwU

mite be a multiagency fed (uproven)

banner by the amazing @silo_uwu

#2_weeks_lifespan_gang
186770
Bank for International Settlements Promoting global monetary & financial stability - - - - Join us @BIS_org_jobs 128952
JamesRuleXRP<U+0001F4AB>HODL<U+0001F4AB>DYOR<U+0001F4AB>I Told You So<U+0001F680><U+0001F44A><U+0001F60E> 128K CEO https://t.co/su6bLtII8D - XRP and Crypto News - Daily - @ShibaNFTXRPL @xspectar @BPMWallet @aesthetes_art <U+0001F44A><U+0001F60E> #LOA 127982
Digital Perspectives The Average Joe Investor!I`m not a Financial Advisor. Always consult a Financial Advisor before making decisions. https://t.co/cMjrpC9kvM 110894
<U+0001F30B>KingSolomon<U+0001F30B><U+2600><U+FE0F> 87k+ Follows Beware of Imposters $XRP $ALBT $hBAR $QNT $CSPR Support Me on Patreon - https://t.co/0uxtwrjcwD 87599
DREAD BONGO <U+0299><U+1D0F><U+0274><U+0262><U+1D0F><U+1D0D><U+1D07><U+0274><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D00><U+1D18><U+026A><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D07><U+1D0F> | <U+0001D63E><U+0001D664><U+0001D663><U+0001D669><U+0001D65A><U+0001D663><U+0001D669> <U+0001D63E><U+0001D667><U+0001D65A><U+0001D656><U+0001D669><U+0001D664><U+0001D667> | <U+0001D64B><U+0001D667><U+0001D65E><U+0001D66B><U+0001D656><U+0001D669><U+0001D65A> <U+0001D644><U+0001D663><U+0001D66B><U+0001D65A><U+0001D668><U+0001D669><U+0001D664><U+0001D667> | <U+0001D63E><U+0001D664><U+0001D662><U+0001D662><U+0001D66A><U+0001D663><U+0001D65E><U+0001D669><U+0001D66E> <U+0001D642><U+0001D66A><U+0001D65E><U+0001D659><U+0001D65A> | <U+0001D63F><U+0001D648> <U+261D><U+FE0F> 75408
Paschal Donohoe Minister for Finance for Ireland. President of the Eurogroup. Fine Gael TD for Dublin Central. A believer in an open future and a lover of books <U+0001F4DA> <U+0001F1EE><U+0001F1EA> <U+0001F1EA><U+0001F1FA>. 71021
Bruegel Independent & non-doctrinal international economics think-tank with a mission to improve economic policy. RT <U+2260> endorsement 69239

Most retweeting account in the community 39

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Jean-François Jamet Counsellor to the Executive Board @ecb. All views my own, retweets not endorsement. 316
TARGET Services TARGET Services is the umbrella over Eurosystem’s financial market infrastructures TARGET2, T2S and TIPS. 294
Ivan Ivanov 121
Everto Energy, atoms, molecules, thought, human, child of earth, lover of life, wisdom, adventure, universalist,truth seeker, justice fighter, visionary, revolutionary 114
Gloria Grigolon Journalist, Financial Writer - Scrivo per passione, lavoro per scrivere. Qui, spunti interessanti, commenti personali e tutta la mia devozione per Mario Draghi 108
CryptoCmonSense2(XRP&FLR) Derivatives+XRP= most powerful asset since the birth of the Petrodollar. 98
Anita Milewska precz z lewactwem Emigracja nie oznacza podatnosci na propagande postkomuchów. 97
xrpnews.crypto <U+26A1><U+FE0F><U+0001F43A> XRP Investor | XRPL | Blockchain | Ripple | Digital Asset Investor | Masternode | Fintech | #XUMM | #XRP | #HBAR | #SOLO | #SGB | #FLR | #XLM | #ALGO | #PAC 86
John Cosstick This twitter account @CBSDCS monitors vital news you need to know about the development of Central Banks’ Digital Currencies and Cryptocurrencies 82
Silvita Fragile per vivere, forte per morire 73

Terms with the highest TF-IDF value in community 39

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 39

text tf_idf
The digital euro would be for all Europeans to use, from everywhere to everybody and everywhere they want to send the money in the euro area. It would be risk-free and simply technological progress, says Executive Board member Fabio Panetta at the @EBFeu’s online event. https://t.co/ByWGav9SMS 0.0448821
(THREAD) A digital euro would be a powerful push for digitalisation, offering a safe, costless means of payment and allowing intermediaries to provide services with “digital euro inside”, says Executive Board member Fabio Panetta to the @FinancialTimes https://t.co/YSP4Mn7ehr 1/3 https://t.co/r6LPYiiT3v 0.0367981
(THREAD) We have decided to launch a project to prepare for possibly issuing a digital euro. We will look at how a digital euro could be designed and distributed to everyone in the euro area, as well as the impact it would have https://t.co/KCf73qHOZ8 1/3 https://t.co/eHvpFlH8sq 0.0291436
Issuing a well-designed digital euro could not only preserve the role of the euro in domestic payments, but also enhance its global role, says Executive Board member Fabio Panetta on the international role of the euro. Read the report here https://t.co/x41wUH458i https://t.co/7nus8cHpuH 0.0207545
Panetta: The experimentation done so far gives us a preliminary sense of the pros and cons of different technologies. If the Governing Council gives us the green light in July we will start a formal investigation phase focusing on the design of a digital euro 3/3 0.0193801
Panetta: It may be beneficial to discuss common standards, for instance to make central bank digital currency projects interoperable and allow cross-currency payments between CBDCs, and to limit the impact on the international monetary system. 4/4 0.0192476

A digital euro, if it were to be introduced, would be of service to all citizens. But we are not there yet – more work is needed to address the issues it raises.

Learn more about a digital euro https://t.co/RiwOCers68 https://t.co/uUEhkHL5B2
0.0179831
Lagarde: On the digital front, the increased use of digital technologies is changing all aspects of our lives, including how we pay. This is where our preparatory work on a digital euro comes in. 0.0158699
Watch again: Lagarde on what a more complete monetary union needs https://t.co/wUCYig1ied 0.0148483
Panetta: Central banks are better placed to protect privacy in digital payments: we have no commercial interest in user data and we could ensure that nobody in the payment chain has access to all the information. For small amounts, we could allow anonymous payments 2/3 0.0135142
We want to promote digital and instant retail payment solutions that are developed in Europe and can be used by everyone, everywhere, says Executive Board member Fabio Panetta at @SuomenPankki. This underpins our work on a possible digital euro. Speech https://t.co/qQmI8kD9d7 https://t.co/vb5bV2OIGI 0.0116171
Occasional Paper: Central Bank Digital Currency - Functional scope, pricing and controls https://t.co/qlCRBPMF2B 0.0115871
Decisions about central bank digital currencies (CBDCs) like a digital euro require a careful assessment of the international implications, says Executive Board member Fabio Panetta. This requires further research and international cooperation. Speech https://t.co/Ik6F0iIfXA 1/4 https://t.co/Jq0HFXkGQl 0.0115461
We received more than 8,000 replies to our public consultation on a digital euro, mostly from citizens and the rest from businesses and professionals in the payments sector. Have a look at their views https://t.co/enbOpUWFfl 0.0112763

(THREAD) In a speech at the Brussels Economic Forum, President @Lagarde says that the European post-pandemic plan needs a green capital markets union (CMU) to go alongside Next Generation EU

https://t.co/AHjoKrwNTJ

1/3 https://t.co/fG89vpfdaZ
0.0110571

Community 40 (8IvuuXiW)

The community exists from 2019 to 2021.

The community gathers 672 accounts It represents 1.3% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 10.62% of the corresponding three-year network.

Most followed accounts of the community 40

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Gianni Riotta @princeton @cfr_org @repubblica @consiusa @HuffPostItalia @luissdatalab @catchybigdata https://t.co/Or4v4qjDj3 FB https://t.co/Or4v4qjDj3 IG gianniriotta @edmo_EUI @Idmo_it @zeta_luiss 297457
Alex Gladstein <U+0001F30B> <U+26A1> Chief Strategy Officer @HRF. Opinions mine. Essays at @BitcoinMagazine. Author, Check Your Financial Privilege: https://t.co/JbAaLXyYTB 184825
Demberel Sambuu MP 2012-2016.Economist,father of 3 adults and son of my wife .RT are not endorsements. 171916
Steve Peers Prof of EU Law, Human Rights Law & World Trade Law, Uni of Essex. Out now: Commentary on the EU Charter of Rights, 2nd ed (co-editor, Hart). Usual disclaimers. 156865
Pedro da Costa Federal Reserve correspondent & Head of Policy for the Americas at @MNIMarketNews. Host of #FedSpeak. Previously: @Reuters, @WSJ, @PIIE. Opinions my own. 138035
Luis Garicano <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Eurodiputado/MEP. VP Renew Europe and ALDE. Jefe de Delegación Ciudadanos Europa. Previously, Full Professor of Economics at University of Chicago, LSE and IE. 97131
Eva Kaili Vice President <U+0001F1EA><U+0001F1FA> European Parliament | Chair C4AI | ICT | Foresight Innovation Digital Strategy | CSR | InvestEU | Blockchain | S&D <U+0001F1EC><U+0001F1F7> 87547
John Kicklighter Chief Strategist for https://t.co/tW6d4PkGH9. https://t.co/HaIldK2bHr 70666
Paulina Astroza Abogada. Prof de Derecho Internacional y RRII #UdeC. Dra. Ciencias Políticas y Sociales (RRII), UC Lovaina, Bélgica. Opiniones personales 53083
Raffaele Romeo Arena Digital strategist Certificato GoogleADS Formo e aiuto aziende, #ecommerce a incrementare il proprio business, unisciti al gruppo <U+0001F449><U+0001F3FB>https://t.co/YABsRBJ3Io 48882

Most retweeting account in the community 40

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 302
<U+C7A5><U+C775><U+C81C> <U+B2E4><U+D568><U+AED8> <U+B9CC><U+B4DC><U+B294> <U+C138><U+C0C1>/<U+C0AC><U+B78C><U+C774> <U+BB38><U+D654><U+B2E4> <U+D398><U+C774><U+C2A4><U+BD81> : https://t.co/JtPlIetYhk… <U+C778><U+C2A4><U+D0C0><U+ADF8><U+B7A8> : https://t.co/fXWpwnzH6b 227
Rafael Mentges <U+0001F1EA><U+0001F1FA> <U+0001F1FA><U+0001F1E6> Economist. Interested in EMU, ECB, money, and macroeconomics. And more lately a bit of old school finance stuff and banking history. 117
Angela Maddaloni Head of Financial Intermediation Research @ecb. @Columbia in my past. Love cats, corn muffins and the sea. Personal views, official word is on @ecb website. 100
michele lenza Head of the Macroeconomics Section, Monetary Policy Research Division at the ECB. The views expressed here are my own. <U+0001F1EA><U+0001F1FA><U+0001F1EE><U+0001F1F9> 97
Nicola Branzoli Advisor, Financial Stability Directorate, Banca d’Italia. RT not endorsement 81
EAEPE EAEPE is a pluralist scholarly association in the area of institutional/evolutionary economics and political economy broadly conceived. 74
claudio cecchet Pas de connards, dans ma secte y’en n’a pas Si t’es pas clean, t’es pas net tu rentres pas…. Zep 74
zafer günes 70
MacroPru<U+0001F637> The #MacroPrudential Reader #macropru #mapo #systemicrisk #financialstability #economics #policy #finance #shadowbanking #bubbles #spillovers #globalliquidity 70

Terms with the highest TF-IDF value in community 40

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 40

text tf_idf
Press release: ECB takes note of German Federal Constitutional Court ruling and remains fully committed to its mandate https://t.co/n5vi0Wg911 0.0059617
Press release: ECB announces €750 billion Pandemic Emergency Purchase Programme (PEPP) https://t.co/gcU39zZR4O 0.0052676
ECB updates its recommendation: banks should refrain from dividend payments and share buy-backs for at least six months amid the coronavirus pandemic. Capital conserved in this way should be used to support lending to the economy or absorb losses https://t.co/N1HOEa9T5j https://t.co/RXNEyJICBw 0.0048427
ECB announces package of temporary collateral easing measures https://t.co/WJxUsspSPY 0.0048052
Press release: ECB announces new pandemic emergency longer-term refinancing operations https://t.co/jtPV2SbhAJ 0.0048038
The ECB has published an overview of the macroprudential measures taken by euro area authorities in response to the coronavirus outbreak. Together these measures will free up more than €20 billion of Common Equity Tier 1 capital held by euro area banks https://t.co/0o33Y09UpA 0.0043410
Press release: ECB takes steps to mitigate impact of possible rating downgrades on collateral availability https://t.co/S1uiTvUxY3 0.0042099
Press release: Coordinated central bank action to enhance the provision of global US dollar liquidity https://t.co/igtXq34cXa 0.0042002
The ECB estimates the impact of the Pillar 2 relief measures announced on 12 March to total €120 billion in CET1 capital. This enables banks to absorb losses or to potentially finance up to €1.8 trillion in loans to households and companies. 0.0041860
Press release: ECB Banking Supervision provides temporary capital and operational relief in reaction to coronavirus https://t.co/HdwWoyb8um 0.0039187
The ECB also announces further flexibility for banks in the prudential treatment of non-performing loans backed by public guarantees. 0.0037332
Press release: ECB extends review of its monetary policy strategy until mid-2021 https://t.co/BrRnMdxYU7 0.0035722
Press release: Monetary policy decisions https://t.co/gt8VaqXIE9 0.0035364
Monetary policy decisions https://t.co/BVpWSvC8AK 0.0034838
The ECB temporarily reduces banks’ capital requirements for market risk. The measure is intended to maintain market liquidity and market-making activities and will be reviewed after six months https://t.co/MALGky90VG 0.0034516

Community 41 (tBUu3zpD)

The community exists from 2019 to 2021.

The community gathers 517 accounts It represents 1% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 8.17% of the corresponding three-year network.

Most followed accounts of the community 41

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Thomas Power Board #BIP100Club @9Spokes @bicraorg @digentre @pennypower @savortex DM @WhatsApp @Telegram +447875695012 Email #AI #Bitcoin #Climate #EV 295802
<U+0001D5D5><U+0001D5EE><U+0001D5FB><U+0001D5F8>XRP

<U+267B><U+FE0F> #DeFi #BTC #XRP

If you are looking Buy XRP in USA https://t.co/kfwKYbIxBX blockchain, ISO 20022
192016
JackTheRippler ©<U+FE0F>
I AM NOT A FINANCIAL ADVISOR | Join me on Patreon: https://t.co/aCNHlsO29S | Entrepreneur • Self-Made <U+0001F947> DM me for promotion <U+0001F4E9>
<U+0001F525>Crypto investor and promoter || DM for promotions <U+0001F4E9> #Giveaways | #Airdrops | #Promotions | #NFTs
99349
Matthew Graham CEO, Sino Global Capital @sinoglobalcap. Digital Assets, China, India, Blockchain. Atmanirbhar Bharat. I will eat your hot pot and samosa. 80371
DREAD BONGO <U+0299><U+1D0F><U+0274><U+0262><U+1D0F><U+1D0D><U+1D07><U+0274><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D00><U+1D18><U+026A><U+1D1B><U+1D00><U+029F> <U+1D04><U+1D07><U+1D0F> | <U+0001D63E><U+0001D664><U+0001D663><U+0001D669><U+0001D65A><U+0001D663><U+0001D669> <U+0001D63E><U+0001D667><U+0001D65A><U+0001D656><U+0001D669><U+0001D664><U+0001D667> | <U+0001D64B><U+0001D667><U+0001D65E><U+0001D66B><U+0001D656><U+0001D669><U+0001D65A> <U+0001D644><U+0001D663><U+0001D66B><U+0001D65A><U+0001D668><U+0001D669><U+0001D664><U+0001D667> | <U+0001D63E><U+0001D664><U+0001D662><U+0001D662><U+0001D66A><U+0001D663><U+0001D65E><U+0001D669><U+0001D66E> <U+0001D642><U+0001D66A><U+0001D65E><U+0001D659><U+0001D65A> | <U+0001D63F><U+0001D648> <U+261D><U+FE0F> 75408
xrpdarren 72k 66k_JD BEWARE OF IMPOSTERS if you get an unsolicited DM from me asking you to join a trading group that is a scam. I do not have a trading group. I will never ask for password 12 words 72678
Cryptic Poet <U+0001F451> <U+0001F981>| A Lover By Choice | Blockchain & Digital Assets Enthusiast | Latest Crypto News | Diversified | Not A Financial Advisor | •ETH •BTC •ALGO •XRP •VET •LINK 70417
XRP YODA 47623

Most retweeting account in the community 41

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Dan Nacu <U+0001F1EA><U+0001F1FA> Media & Comms for @ESMAComms | _Commission, @Europarl_EN, @EBA_News | @SorbonneParis1 alumn. | interested in #EUDiplomacy | <U+0001F436> lover | RT<U+2260> Endorsement 72
LSTrade

Trade is the audio news service tailored to retail FX and Crypto traders.

Offering insight, news and technical talk on all things market related.
65
Cloud Y. Leaf | <U+0001FAF5><U+0001F31D> Independent Economics Journalist (self-proclaimed, meaning just a blogger) who likes to interview economists (but haven’t done it for a while) 60
Central Bank Payments News CBPN is a monthly publication providing the most relevant payments news for the central bank payments & market infrastructure community. From @CurrencyResearc 53
XRPlife <U+2600><U+FE0F> 52
A. <U+0001F31E> FLR & XRP #IOV 49
XRP_PREDITOR02_UK 47
S1980<U+26A1><U+FE0F> Xrp and ripple will truly provide the next best payment system. Waiting for XRP to change my life whilst facing the challenges my large Acoustic Neuroma brings 45
El Diablo Dictator know it all <U+0001F61C> work history - SMBC, JP Morgan, bank of New York Mellon, Schroders, Citi bank, UBS, RBS, NatWest stockbrokers, Cantor Fitzgerald, Jardine Reeves Brown 39
Sir Gordon 39

Terms with the highest TF-IDF value in community 41

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 41

text tf_idf
Our latest research shows that it is possible to build a simplified payment system for central bank digital currencies. Such a system would safeguard users’ privacy for low-value transactions while ensuring that higher-value transfers are subject to anti-money laundering checks. 0.0549840
Watch again: Lagarde on digital currencies https://t.co/L2HSjVZ2BD 0.0343313
Lagarde: My personal conviction on the issue of stable coins is that we better be ahead of the curve. There is clearly demand out there that we have to respond to. 0.0334362
Occasional paper: Crypto-Assets - Implications for financial stability, monetary policy, and payments and market infrastructures https://t.co/3lFPhcbk1R 0.0318578
Read our paper on exploring anonymity in central bank digital currencies https://t.co/DCJerLdJI8 0.0246769
Central bank group to assess potential cases for central bank digital currencies https://t.co/XA5w0ovzAs 0.0244914
Today we welcome Christine @Lagarde as the new ECB President. We wish her all the best for her eight-year term of office. https://t.co/5wYqx0iGVG 0.0154006
Andrea Enria: The European banking market must become a truly single market. To facilitate this ECB Banking Supervision is considering concrete measures related to cross-border liquidity waivers, branching and group support for recovery plans. https://t.co/xGlNyes8TG 0.0153979
Watch the ECB press conference live: President Christine Lagarde explains today’s monetary policy decisions https://t.co/tebP8vMG2R 0.0141175
European leaders have formally appointed Christine @Lagarde as the next President of the ECB. Ms Lagarde will take office on 1 November. https://t.co/zXQDuu16hZ 0.0133264
Crypto-assets like #bitcoin are increasingly popular but are volatile and speculative, and they are not currencies. New technologies like #blockchain enabled their emergence. Find out more in our article on this topic, available in all EU languages https://t.co/x2VcDM5Q7E https://t.co/QoDrGQDgsX 0.0132254
We have concluded an agreement with @riksbanken that will give Sweden access to the TARGET Instant Payment Settlement (TIPS) platform. In addition to euro payments, TIPS will process electronic payments made in Swedish krona in real time as of May 2022 https://t.co/ksCavc8bLB https://t.co/pJ6Mn2wqCJ 0.0128679
Lagarde on European autonomy: Deep and liquid financial markets are needed to boost the euro’s global role and this requires a genuine capital markets union. The ECB can contribute by providing innovative market infrastructures and being an accelerator in payment solutions 2/4 0.0128375
Working paper: Tiered CBDC and the financial system https://t.co/2C6sVfZfbH 0.0127431
Today is Benoît Cœuré’s last day as a member of the ECB’s Executive Board. We recently said farewell to Mr Cœuré, paying tribute to his work and wishing him all the best for the future. Mr Cœuré will start his new role as Head of the new @BIS_org Innovation Hub on 15 January. https://t.co/pbN7eOqqv0 0.0127126

Community 42 (xRDj6omk)

The community exists from 2019 to 2021.

The community gathers 298 accounts It represents 0.58% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.71% of the corresponding three-year network.

Most followed accounts of the community 42

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Alberto Bagnai Professore associato di politica economica all’Università Gabriele d’Annunzio, eletto al Senato per la Lega nel collegio Abruzzo 01. 134500
Mesah to err is human. 53541
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 52482
C.A. Carnevale-Maffè Bocconi University School of Management. The very moment I need to specify that Opinions Are My Own, unfollow me. 52024
Alexander Clarkson Lecturer for German and European Studies at King’s College London. Opinions my own. RT not always endorsement. 38678
Sunil Beri Love - Macro & technical analysis, travel, foodie, current affairs. <U+0001F449>https://gordianknot.substack.com8 from Sunny’s corner shop 32940
Thabi Leoka Economist| Cliometrician| @LSEAlumni |@WitsAlumni @ChelseaFC 31807
Berlaymonster

Thirtieth-best EU Effluencer 2021. Haemorrhaging influence like an old continent.

Full of sound and furry.
24724
Nikos Chrysoloras “What can be said at all can be said clearly; and whereof one cannot speak thereof one must be silent” | journalist now on gardening 21607
Lorenzo Ruffino Lavoro a @Visualitics_it. Collaboro con @PagellaPolitica e @you_trend. Scrivo su @ElezioniUsa. 21583

Most retweeting account in the community 42

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Federica M. figaro qua e figaro là. un’ottantiana per nascita, per musica, per i capelli ricci. #Eighties retweets and likes are not endorsement, views are my own 74
Federico De Falco Public affairs consultant @PortlandComms - digital / tech / competition. Also research fellow @idrn_eu. Opinions are my own, RT =/= endorsement. 57
Mirella Castigli <U+0001F1EA><U+0001F1FA> <U+0001F1FA><U+0001F1E6> #FreeZaki #FreeNavalny #Giornalista, maturità classica, Laurea #STEM in Chimica bio-org. Blog: https://t.co/OTMS4AJnck. Books: Mela marcia, Zero Privacy, Nativi digitali a scuola 47
Systemic Sarcasm Sarcasm is key… Economics & Finance Academic, Realist, Opportunist. It’s a Dog eat Dog world. And I have bigger teeth than you. 39
Frederik Ducrozet Global Macro Strategist. Economist. Forever ECB Watcher. All opinions mine. 39
Lena Komileva The prototypical x-market monetary financial economist. Published in all major financial media. Spoke at every major fin industry conference. Policy regular. 37
Edwin Tapia Economista<U+0001F1F2><U+0001F1FD> | Analista macrofinanciero | Profesor del @CIDE_MX, @TecdeMonterrey y @anahuacqro | Comentarios personales, no represento a ninguna institución. 37
Iikka Korhonen Head of BOFIT (Bank of Finland Institute for Emerging Economies), not representing the official views of my employer, RTs not endorsements 33
Bali Promotion Center <U+2B50><U+FE0F><U+2B50><U+FE0F><U+2764><U+FE0F><U+2B50><U+FE0F><U+2B50><U+FE0F> <U+2764><U+FE0F>Ambassador James Rudyanto #lovefoundation #GlobalNewshub Be our patron & afford us <U+0001F64F> Paypal Bank BCA 6130098876 WA 6285737137351 32
Grégoire Favet #SmartBourse by @B_SMART_TV 12h30-13h + 17h-18h 5/7 28

Terms with the highest TF-IDF value in community 42

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 42

text tf_idf
The #Avengers aren’t the only ones who promised to do #WhateverItTakes! Almost 7 years ago, we heard something similar… https://t.co/j1rS2Ke4vo 0.0322740
In un mondo globalizzato, i paesi per essere sovrani devono cooperare. Leggi il discorso del Presidente Draghi su come l’appartenenza all’UE aiuta gli Stati a essere sovrani proteggendoli da pressioni esterne e rendendo più efficaci le politiche interne https://t.co/hYHJ7YVvmW https://t.co/uj6Z37ax3h 0.0272973
Watch again: Draghi on why economic growth has been slowing down in the eurozone https://t.co/PePsPUzBb4 0.0132987
Draghi: ‘Minibots’ are either money and then they are illegal or they are debt and then the stock of debt goes up. I don’t think there is a third possibility. 0.0128999
Happy New Year! 2019 is a special year as we’re celebrating the euro’s 20th anniversary. What does the euro mean for the 340 million Europeans who use it every day? Check out our #EUROat20 hub page to learn more about the single currency https://t.co/KmpjTPH05N https://t.co/017VlTIH77 0.0124351
The launch of the euro on 1 January 1999 was part of the preparations for a Single Market driven by the desire to remove barriers, boost economic potential and bring more people back into work. Read what President Draghi said last month about the #EUROat20 https://t.co/eAUJ2MShDx https://t.co/DK8gmA0pLk 0.0104024
Draghi: In a dark room you move with tiny steps. You don’t run but you do move. 0.0103347
How central bankers do #ValentinesDay #ILoveYouLike https://t.co/bSONkkz1NB 0.0103166
L’UE ha molti canali tramite cui gli Europei esercitano il controllo democratico. Poiché le istituzioni europee hanno ricevuto poteri precisi, il nesso tra decisioni e responsabilità è diretto, il controllo democratico è chiaro. Leggi il discorso integrale https://t.co/hYHJ7YVvmW 0.0101780
The quote comes from a speech Mario Draghi, President of the ECB, gave back in 2012 when the eurozone was in a debt crisis. It helped to reassure everyone – especially financial markets – of our commitment to the euro. You can read the full speech here https://t.co/H5sYLVGWmd 0.0097030
Countries need to work together to exercise sovereignty in a globalised world. Read President Mario Draghi’s speech on how EU membership helps countries exercise sovereignty by helping protect them from external pressures, and enabling their policy choices https://t.co/SbQjFgzfdQ https://t.co/9k7aroeq78 0.0096593
Watch again: Mario Draghi answers a student’s question on cryptocurrencies #ECBYouthDialogue #GenerationEuro https://t.co/5VmHr3sxNw 0.0090775
Draghi: The single currency has allowed countries to regain monetary sovereignty compared with the fixed exchange rate regimes of the past. Decision-making over monetary policy is now shared among all euro area countries 6/9 0.0083168
It’s our job to keep prices stable in the eurozone, so that you can rely on the euros in your pocket being worth more or less the same tomorrow as they are today. And we are fully committed to this task https://t.co/mLJLhPR0oC 0.0082318
Hi, we’re the ECB. You may know us from our #GreatestHits “we actually don’t know much about cricket”, “Draghi’s tie is not a monetary policy message” and our hit single “keeping prices stable since 1999” @ECB_cricket #draghitieguesses #EUROat20 0.0078401

Community 43 (6Ei6PKA9)

The community exists from 2020 to 2022.

The community gathers 389 accounts It represents 0.75% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 8.56% of the corresponding three-year network.

Most followed accounts of the community 43

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Christine Lagarde President of the @ecb, the central bank for the euro. I manage this account with my team. 736607
Dinis Guarda Author Creator CEO @ztudium @techabc_ #smartcitiesabc @citiesabc_ @openbusinesshq @fashionabc_ @intelligenthq #metaverse #arts #AI #blockchain #Fintech #nfts 94151
Tony Edward (Thinking Crypto Podcast) Crypto Journalist - https://t.co/nXEFV0HWAa Founder & Host - #Crypto News & Interviews - Not Investment/Financial Advice 89631
Fed Up Cassandra Writer and speaker on banking, finance & economics. Professional singer. Fed up with nonsense on the internet. I block trolls, sealions & rude people. She/her. 72768
xrpdarren 72k 66k_JD BEWARE OF IMPOSTERS if you get an unsolicited DM from me asking you to join a trading group that is a scam. I do not have a trading group. I will never ask for password 12 words 72678
XRP YODA 47623
MacroPru<U+0001F637> The #MacroPrudential Reader #macropru #mapo #systemicrisk #financialstability #economics #policy #finance #shadowbanking #bubbles #spillovers #globalliquidity 42389
Santiago Velez <U+2600><U+FE0F>

Co-Founder & R&D Division Lead - Block Digital

Cylon until DXY at 100.
35419
Maria Spyraki MEP <U+0395><U+03C5><U+03C1><U+03C9>ß<U+03BF><U+03C5><U+03BB>e<U+03C5>t<U+03AE><U+03C2> @neademokratia | MEP @EPPGroup&lt;U+0001F3C6>awarded MEP 2019<U+0001F3C6> #Industry|#Research|#Innovation|Co-Chair @EPIntergroup_SD,Vice-Chair EU-China D,MSc Energy Law 28009
Sir Gordon 25284

Most retweeting account in the community 43

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
J L <U+0001F1EA><U+0001F1FA> <U+0001F1EA><U+0001F1FA> European Union 184
Christine Lagarde President of the @ecb, the central bank for the euro. I manage this account with my team. 181
Douglas Chong 146
ISITC EUROPE CIC ISITC EUROPE CIC’s Mission is to promote efficiency in the global financial industry through education, design, standardisation communication and collaboration 125
Zoran Elijah Gabriel (house Clermont-Goschütz) prince of Holly Roman Empire/ Aurorus I Legalist,Institutionalist supporting liberal conservative,Republican, EPP 94
Ceceilia Berkowitz Wharton graduate and senior executive in management, leadership, and political economic and financial roles 69
Juan Roberto Barba Ribera Gabriel René Moreno Autonomous University, UAGRM; - Master’s student; - Higher Education Specialist; -Diploma in Higher Education. 68
Nicola Branzoli Advisor, Financial Stability Directorate, Banca d’Italia. RT not endorsement 67
Jean-Claude JOSSART Senior Financial Consultant, Executive Transition Management in Corporate Finance, International Treasury and Risk Management. 63
Lukas Babalis 62

Terms with the highest TF-IDF value in community 43

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 43

text tf_idf
President Lagarde took the opportunity at today’s press conference to express her condolences to those mourning the loss of loved ones to the coronavirus and to extend her gratitude to those on the front line of the fight. https://t.co/FhvVkjT0uv 0.0155538
Watch again: Lagarde on the need for an ambitious agreement at this week’s European Council meeting https://t.co/DJCKa06O1S 0.0152905
[THREAD] We have launched new #gendertargets as part of our efforts to foster a diverse work environment. The strategy includes targets for hiring and promoting women, as well as for an overall increase in female staff by the end of 2026. Read more https://t.co/p1aHPlLkMg 1/3 https://t.co/zAR9kSHCop 0.0150881
Watch again: Lagarde on the German Federal Constitutional Court ruling https://t.co/uhXQfprYE1 0.0150881
Watch again: Lagarde on the effectiveness of the ECB’s monetary policy measures https://t.co/tThAQSNxBI 0.0146257
(Thread) In an interview with @Challenges magazine President @Lagarde discussed topics including a new policy mix for Europe, the need to bring the ECB closer to people, climate change, low rates and cryptocurrencies https://t.co/FrL73jgplO (EN) https://t.co/x8tRS3Ov79 (FR) https://t.co/sJv6zuM5bl 0.0134416
Watch again: Christine Lagarde speaking at @EP_Economics on the international role of the euro https://t.co/vSGGzbzloo 0.0132495
In today’s press conference, President @Lagarde explained how our Strategy Review will shortly resume after it was paused at the height of the pandemic crisis. You can have your say via the #ECBListens portal https://t.co/AWKNKN67pu https://t.co/4KSPXc1YJh 0.0132495
As part of the #ECBstrategyreview, we want to hear from people living in the euro area. Share your thoughts and ideas with us using the #ECBListens Portal – we’re looking forward to hearing from you! https://t.co/DyqVQbGIZD https://t.co/LrkJqO92A8 0.0130052
Watch again: Lagarde on the role of central banks in the fight against climate change https://t.co/jikV5DUHPX 0.0109452
Watch again: Lagarde on why we had to act today https://t.co/LLMxsJiCko 0.0109332
Watch the ECB press conference live: President Christine Lagarde explains today’s monetary policy decisions https://t.co/1Nr2PhfTO4 0.0106836
Watch live: President Christine Lagarde addresses an online meeting of the Franco-German Parliamentary Assembly https://t.co/ZLCHh2Tlyw https://t.co/zvXn8OqWxA 0.0106369
Watch again: Lagarde on price stability in a changing environment https://t.co/mN5KZIwwGx 0.0106039
Watch again: @Lagarde on how raising rates now could do the economy far more harm than good https://t.co/a1IDROgTHk 0.0105001

Community 44 (Lyclf2l1)

The community exists from 2020 to 2022.

The community gathers 469 accounts It represents 0.91% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 10.33% of the corresponding three-year network.

Most followed accounts of the community 44

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
EU_Eurostat Eurostat is the statistical office of the European Union. We provide high quality statistics for Europe. Lawful good. #AskEurostat 189376
Alex Gladstein <U+0001F30B> <U+26A1> Chief Strategy Officer @HRF. Opinions mine. Essays at @BitcoinMagazine. Author, Check Your Financial Privilege: https://t.co/JbAaLXyYTB 184825
Pedro da Costa Federal Reserve correspondent & Head of Policy for the Americas at @MNIMarketNews. Host of #FedSpeak. Previously: @Reuters, @WSJ, @PIIE. Opinions my own. 138035
Ripple Van Winkle | XRP Researcher| 101K+Followers Lux Lions NFT <U+27A1><U+FE0F>https://t.co/OCGM4VAqDV <U+27A1><U+FE0F>YouTube: https://t.co/Xmd8tgV1y5 <U+27A1><U+FE0F>Patreon: https://t.co/JdW0cuVLno <U+27A1><U+FE0F>Crypto IRA: https://t.co/q1h8YSqhlB 101284
Luis Garicano <U+0001F1EA><U+0001F1FA><U+0001F1FA><U+0001F1E6> Eurodiputado/MEP. VP Renew Europe and ALDE. Jefe de Delegación Ciudadanos Europa. Previously, Full Professor of Economics at University of Chicago, LSE and IE. 97131
Eva Kaili Vice President <U+0001F1EA><U+0001F1FA> European Parliament | Chair C4AI | ICT | Foresight Innovation Digital Strategy | CSR | InvestEU | Blockchain | S&D <U+0001F1EC><U+0001F1F7> 87547
Zamandlovu Ndlovu<U+0001F489><U+0001F637> columnist. Fervid. she/her. Bylines (ready?) M&G, Fin24, The Times, Sowetan, News24, ZANews, Marie Claire, Cosmo, OkayAfrica, Business Day, The Monitor. 45623
Banque de France Institution indépendante, la Banque de France a trois grandes missions : la stratégie monétaire, la stabilité financière, les services à l’économie. 41438
Maria Tadeo Europe correspondent for Bloomberg Television. Opinions are mine and RT isn’t an endorsement. If in doubt, ask. 38527
Vladimir Vano #digital #economics #finance #MBA #CSOM #UMNproud #journalism #TFAS #WU_Vienna #WUExAc #Wien #Rotary #DennikN #Mensa #PCConcordia #Sberbank #GoodIdeaSlovakia 34693

Most retweeting account in the community 44

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Thanasis Koukakis Once a Journalist, Always a Journalist. These views be mine! 242
Dr Ausberto Torres NYC/Southampton, NY Native, Attorney, ex Bear Stearns & UBS Fixed Income Specialist, University Professor, US Patriot 236
<U+C7A5><U+C775><U+C81C> <U+B2E4><U+D568><U+AED8> <U+B9CC><U+B4DC><U+B294> <U+C138><U+C0C1>/<U+C0AC><U+B78C><U+C774> <U+BB38><U+D654><U+B2E4> <U+D398><U+C774><U+C2A4><U+BD81> : https://t.co/JtPlIetYhk… <U+C778><U+C2A4><U+D0C0><U+ADF8><U+B7A8> : https://t.co/fXWpwnzH6b 211
Cetier the First Explaining the complex world of Regulatory Bank Capital. Given its importance it deserves more attention. Written by a seasoned Capital Specialist. 210
claudio cecchet Pas de connards, dans ma secte y’en n’a pas Si t’es pas clean, t’es pas net tu rentres pas…. Zep 66
Yosuke Takeda macroeconomist 66
Fabio Ghironi Paul F. Glaser Prof. of Economics @UW. Unapologetic macroeconomist. Personal opinions. Mostly econ, BC Hockey, & Toro. RT = interesting. 57
isabella bufacchi ECB watcher and Germany correspondent at Ilsole24ore and being Italian… I’m also a debt (fixed income) expert! 52
EAEPE EAEPE is a pluralist scholarly association in the area of institutional/evolutionary economics and political economy broadly conceived. 49
Angela Maddaloni Head of Financial Intermediation Research @ecb. @Columbia in my past. Love cats, corn muffins and the sea. Personal views, official word is on @ecb website. 42

Terms with the highest TF-IDF value in community 44

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 44

text tf_idf
ECB updates its recommendation: banks should refrain from dividend payments and share buy-backs for at least six months amid the coronavirus pandemic. Capital conserved in this way should be used to support lending to the economy or absorb losses https://t.co/N1HOEa9T5j https://t.co/RXNEyJICBw 0.0061844
The ECB has published an overview of the macroprudential measures taken by euro area authorities in response to the coronavirus outbreak. Together these measures will free up more than €20 billion of Common Equity Tier 1 capital held by euro area banks https://t.co/0o33Y09UpA 0.0056786
The ECB estimates the impact of the Pillar 2 relief measures announced on 12 March to total €120 billion in CET1 capital. This enables banks to absorb losses or to potentially finance up to €1.8 trillion in loans to households and companies. 0.0050678
Watch the ECB press conference live: President Christine Lagarde explains today’s monetary policy decisions https://t.co/vHoPljinBv 0.0046391
Press release: ECB Banking Supervision provides temporary capital and operational relief in reaction to coronavirus https://t.co/HdwWoyb8um 0.0043938
The ECB also announces further flexibility for banks in the prudential treatment of non-performing loans backed by public guarantees. 0.0043664
Monetary policy decisions https://t.co/BVpWSvC8AK 0.0040664
The ECB temporarily reduces banks’ capital requirements for market risk. The measure is intended to maintain market liquidity and market-making activities and will be reviewed after six months https://t.co/MALGky90VG 0.0039857
Banks should avoid excessive pro-cyclical effects when applying IFRS 9 and make use of IFRS 9 transitional rules. Read more in the press release: https://t.co/arx74y483u 0.0039750
Press release: ECB announces €750 billion Pandemic Emergency Purchase Programme (PEPP) https://t.co/gcU39zZR4O 0.0036225
Press release: Coordinated central bank action to enhance the provision of global US dollar liquidity https://t.co/igtXq34cXa 0.0034321
Press release: ECB announces new pandemic emergency longer-term refinancing operations https://t.co/jtPV2SbhAJ 0.0030163
Have banks become safer since the financial crisis? Who pays when a bank goes bust? @MichaelSteen discusses these and other questions with Andrea Enria, Pien van Erp Taalman Kip and Linette Field in the latest episode of The ECB #Podcast. Listen here https://t.co/RqiyRyQqke https://t.co/wggj2Sshgj 0.0028693
Press release: ECB takes steps to mitigate impact of possible rating downgrades on collateral availability https://t.co/S1uiTvUxY3 0.0028672
Later today: watch live as ECB President Christine Lagarde explains today’s monetary policy decisions. https://t.co/rsqbCKgNPs 0.0028482

Community 45 (YancIqjA)

The community exists from 2020 to 2022.

The community gathers 222 accounts It represents 0.43% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 4.89% of the corresponding three-year network.

Most followed accounts of the community 45

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Steve Peers Prof of EU Law, Human Rights Law & World Trade Law, Uni of Essex. Out now: Commentary on the EU Charter of Rights, 2nd ed (co-editor, Hart). Usual disclaimers. 156865
Dirk Friczewsky providing free FX-trades daily Disclaimer:Trades, charts,articles,my setups are for informational purpose and not a recommendation to buy or sell securities! 31584
Ufficio Stampa della Banca d’Italia Profilo ufficiale della Banca d’Italia - Ufficio Stampa della Banca d’Italia. Bank of Italy official account - News from Banca d’Italia Press Office. 31193
la manina Calibratore di bilance per doppiopesisti. 27952
Erik Meyersson Macro research analyst with an academic past. Covering the eurozone, China, Turkey etc. Personal account, views are my own. 27294
Pablo Pérez

Communication + Press & media @EU_IPO.

Previously, Head of Social Media @EU_Commission. Journalist before in @ondacero_es @tve_tve… My tweets=my views
25960
Francesca Bria President Italian Innovation Fund @GruppoCDP. cda RAI. Honorary Professor @IIPP_UCL. Senior Adviser @UNHABITAT. Founder @decodeproject. Former CTO @BCN_digital. 25777
Jaume Duch Director General for Communication and Spokesperson of the European Parliament. RTs are not endorsement. Personal account. 24862
Luca Battanta il profilo del politicamente scorretto. -only my personal views here, rt <U+2260>endorsement - 24420
Nikos Chrysoloras “What can be said at all can be said clearly; and whereof one cannot speak thereof one must be silent” | journalist now on gardening 21607

Most retweeting account in the community 45

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
Marco Ða Costa Investor. Trader. Trading Strategist. Equities. Private Financial Advisor. Ða Costa Asesores.<U+0001F3B4> #Bitcoin #BitcoinButton 104
zafer günes 57
Francesco.Martucci Professeur - Droit européen - Droit économique - concurrence - régulation - UEM - Bien-être des animaux - M2 Droit européen du marché et de la régulation 48
Clara I. Gonzalez Economista (Ph.D.) y Actuario. Entusiasta de los datos y siempre aprendiendo. RT=interesting | RT <U+2260> endorsement. Views are my own. 43
XR Plumber just here to hear 41
David Tercero-Lucas PhD candidate in Applied Economics at @UABBarcelona (Spain). Now at the @ecb. Researching into MP, crypto & CBDC. LinkedIn: https://t.co/2iQwJvKzE2 32
447327642 32
Dirk Friczewsky providing free FX-trades daily Disclaimer:Trades, charts,articles,my setups are for informational purpose and not a recommendation to buy or sell securities! 28
Pupazzetto di Twitt_er Finance is my job, but on Twitter I’m just a Pupazzetto 27
Christian Gerdes Europa, Italien, Lombardei, Mailand / Alles, was Italien bewegt bzw. bremst / RTs & links <U+2260> endorsements 25

Terms with the highest TF-IDF value in community 45

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 45

text tf_idf
Press release: ECB takes note of German Federal Constitutional Court ruling and remains fully committed to its mandate https://t.co/n5vi0Wg911 0.0266622
ECB announces package of temporary collateral easing measures https://t.co/WJxUsspSPY 0.0176448
How do TARGET2 balances work and why have they been increasing over the past few years? Find out in our new explainer https://t.co/CTmbEhR8Ew 0.0124943
The international role of the euro is primarily supported by a deeper and more complete Economic and Monetary Union, said President Lagarde during our last monetary policy press conference. Read her foreword to the report https://t.co/YjLLE7I6kX https://t.co/4xpOCKg9vr 0.0092586
When money is sent from one country to another using TARGET2, the net flow of money is recorded on the balance sheets of their national central banks. The accumulation of these flows over time are TARGET2 balances. https://t.co/hoWsq660uC 0.0085297
Press release: ECB announces new pandemic emergency longer-term refinancing operations https://t.co/jtPV2SbhAJ 0.0084970
Press release: ECB takes steps to mitigate impact of possible rating downgrades on collateral availability https://t.co/S1uiTvUxY3 0.0083814
Working paper: Real-time weakness of the global economy - A first assessment of the coronavirus crisis https://t.co/cVyjkW22NN 0.0080042
Working paper: Banking supervision, monetary policy and risk-taking: big data evidence from 15 credit registers https://t.co/zHivVHB55j 0.0079297
Since its introduction 20 years ago the euro has remained unchallenged as the world’s second most widely used currency, after the US dollar. Read our full report on the international role of the euro https://t.co/gvNmSrm5PK 0.0078530
Applications for our Women in Economics #Scholarship are now open. We are offering grants and a study visit at the ECB to female #economics students. Like last year’s winners pictured here, you need to be an EU national with top undergraduate marks https://t.co/EZafLxy7FP https://t.co/aGesR8rylD 0.0074324
What impact will the coronavirus pandemic have on the euro area economy? In a post on #TheECBBlog, Chief Economist Philip R. Lane discusses the macroeconomic scenarios we could be confronted with and explains current ECB monetary policy https://t.co/33MNfxxZ8b https://t.co/ULx7xHk0x9 0.0073852
The report also highlights the significant role of the euro in global green bond markets, with the euro being the main currency of denomination for the issuance of green bonds in 2019. More info in Box 1 https://t.co/N0cOLC071s https://t.co/ezMK25o7dQ 0.0073353
We also release our monetary policy decisions via a system called Market Information Dissemination (MID) https://t.co/UgQkULHFw6 and by reading them out to media. 0.0072052
Press release: ECB announces €750 billion Pandemic Emergency Purchase Programme (PEPP) https://t.co/gcU39zZR4O 0.0071696

Community 46 (ekyHTQFN)

The community exists from 2020 to 2022.

The community gathers 232 accounts It represents 0.45% of the whole corpus. In the three-year window when its share in the network is the bigggest, it represents 5.11% of the corresponding three-year network.

Most followed accounts of the community 46

In the next table, you have the ten articles of the community with the highest normalised deviation measure, which compares the number of citations within the community, with the number of citations in the whole corpus between .

name description followers
Ana Gomes Candidata a PR 2021.Deputada PS @ Parlamento Europeu 2004-2019. Diplomata aposentada. Retired diplomat. European Parliament S&D Member 2004-2019. 157529
Fintwit all things finance | sign up for free market updates: https://t.co/0AvXdm0EXp 139437
JamesRuleXRP<U+0001F4AB>HODL<U+0001F4AB>DYOR<U+0001F4AB>I Told You So<U+0001F680><U+0001F44A><U+0001F60E> 128K CEO https://t.co/su6bLtII8D - XRP and Crypto News - Daily - @ShibaNFTXRPL @xspectar @BPMWallet @aesthetes_art <U+0001F44A><U+0001F60E> #LOA 127982
John Müller Madrileño de Osorno. Vi caer dos (¿3?) democracias: Chile y Vzla. Gitano es mi corazón. Aquí hablo como ciudadano. Como periodista en @abc_es y @pauta_cl 79322
Bruegel Independent & non-doctrinal international economics think-tank with a mission to improve economic policy. RT <U+2260> endorsement 69239
EU Finance <U+0001F1EA><U+0001F1FA> Official @EU_Commission account for Financial Stability Financial Services and Capital Markets Union. #DigitalEuro #EUsanctions 41828
Milu Ramalho Care giver and mom Unfollow Porn NO DM 25530
ESMA - EU Securities Markets Regulator <U+0001F1EA><U+0001F1FA> We are the EU <U+0001F1EA><U+0001F1FA> authority responsible for enhancing investor protection and promoting orderly and stable financial markets. #ESMAprotects #BeCryptoAware 19548
Climate Bonds Climate Bonds Initiative is an international organisation working to mobilise global capital for climate action. 17460
Fons Stoelinga private account of former Dutch Ambassador to India, now back in Europe 15221

Most retweeting account in the community 46

In the next table, you have the fifteen most cited references by the articles of the community.

name description n
axinte costel aurelian blond,ochi verzi pe fond albastru ,inaitimea 1,78 ,k 93 . 129
Network for Greening the Financial System Coalition of the willing, gathering Central Banks and Supervisors, working on climate and green finance issues 69
EU Finance <U+0001F1EA><U+0001F1FA> Official @EU_Commission account for Financial Stability Financial Services and Capital Markets Union. #DigitalEuro #EUsanctions 54
Amit Jha Amit jha 48
Apa Chioara Solomonar. Ma numesc Roman Bizantin. Sunt prezent in conturul Romaniei Vesnice, adica al Noului Bizant. 47
Jonathan Feliciano Jamir <U+0001F451><U+0001F1F5><U+0001F1ED><U+0001F1EF><U+0001F1F5><U+0001F525><U+2764><U+FE0F> #Radiographer #Vlogger #TalentScout #Miner #BlessedBeGod #PaxEtBonum #ConArmy #XRP Add: rfKsmLP6sTfVGDvga6rW6XbmSFUzc3G9f3 Tag 18627238 47
Gabriele Iuvinale - EX <U+26A0><U+FE0F> Extrema ratio (geopolitcs and international law) 46
Crèdit Andorrà Research Crèdit Andorrà Financial Group Research: Canal d’informació financera i d’actualitat econòmica / Canal de información financiera y de actualidad económica. 43
Nathan de Arriba-Sellier

Research Director of the Yale Initiative on Sustainable Finance | Postdoc @YaleCELP | Lecturer @Yale

Also, bits of EU Law <U+0001F1EA><U+0001F1FA>
34
Wiktor Minaev Viktorovich https://t.co/rZjfeckGbX <U+0001F1F7><U+0001F1FA> https://t.co/IeC3u4sIXr https://t.co/hQGDzVFqJk 31

Terms with the highest TF-IDF value in community 46

We have extracted all the terms (unigrams and bigrams, that is one word and two words) in the title of all the community articles. We display here the 20 terms which indentifies the most this particular community, in comparison to the other communities.

Tweets with the highest TF-IDF value in community 46

text tf_idf
Climate change creates material risks for banks. As supervisor, it is our job to ensure banks address these risks adequately and proactively, Supervisory Board Vice-Chair @FrankElderson explains at a conference held by @EBRD and @HNB_HR. Read more https://t.co/fqd56r5JLm https://t.co/bQ8YCiV8zb 0.0391294

A digital euro, if it were to be introduced, would be of service to all citizens. But we are not there yet – more work is needed to address the issues it raises.

Learn more about a digital euro https://t.co/RiwOCers68 https://t.co/uUEhkHL5B2
0.0376508
Climate change is becoming more important for the economy and the ECB’s policy. That’s why we will open a climate change centre. The centre will strengthen and bring together our work on climate change and sustainable finance https://t.co/hXY95MZFP2 https://t.co/Bb3p3Gfqy0 0.0350951
(THREAD) Climate-related risks to financial stability are concentrated in certain regions, sectors and firms. Our joint report with the @ESRBofficial shows that an effective and timely transition to a low-carbon economy is needed to limit their impact https://t.co/6pcVfaviNl 1/4 https://t.co/dVezshm1y1 0.0327854
Most banks do not yet meet our expectations on managing and disclosing climate risks, says Supervisory Board Vice-Chair @FrankElderson. Progress is possible and needed. Climate data are not perfect yet, but banks can use existing tools to address the risks https://t.co/A39Pu8mhPi https://t.co/pNjephJyZO 0.0291946
Watch again: Lagarde on the role of central banks in the fight against climate change https://t.co/jikV5DUHPX 0.0287791
In an interview with @FT, ECB President Christine Lagarde spoke about the role of a central bank when it comes to climate change https://t.co/xVlewsllsJ 0.0283941

(THREAD) The green transition offers a unique opportunity to build a truly European capital market that transcends national borders, says President Christine @Lagarde. It could be called a green capital markets union (CMU).

Read her full remarks https://t.co/pAU1oqKqgu 1/3 https://t.co/Pk7wm165CT
0.0269851
Market failures prevent a timely transition towards a carbon-neutral economy, says Executive Board member @Isabel_Schnabel. Central banks cannot ignore these risks and should support collective action to tackle the risks posed to society by climate change https://t.co/Qev4Tn5nrk 0.0242350
<U+0001F9F5> Banks are still a long way from treating climate-related and environmental exposures like other exposures, says Supervisory Board Vice-Chair @FrankElderson. But progress is being made in how these risks are supervised and managed https://t.co/2oLYmCagTb 1/3 https://t.co/ynnFw63tPI 0.0240796
(THREAD) We urgently need a better understanding of climate-related risks. In an analysis published in our upcoming Financial Stability Review, we find that exposure to climate risks is concentrated among certain sectors, regions and banks https://t.co/rpWpw2iCQP 1/5 https://t.co/6tND2ZN81b 0.0231427
[THREAD]European banks have taken initial steps towards incorporating climate and environmental risks, but none is close to meeting all supervisory expectations. Have a look at our first report on climate-related risks in the European banking sector https://t.co/T5USr0Y1a4 1/4 https://t.co/g83n6U7Fii 0.0228336
We are pleased to welcome Irene Heemskerk as head of our new climate change centre. She will take up her position as of 15 June 2021. We wish her all the best in this important role! https://t.co/S8wdgycGe4 https://t.co/XASjmyNLir https://t.co/V9AiDLWMNm 0.0220843
The costs to banks and companies of adapting to green policies now are much lower than the future costs that may arise from severe natural disasters, writes Vice-President Luis de Guindos in his ECB Blog post on our first climate stress test https://t.co/TsnwqMkV84 1/3 https://t.co/osH9oA87Tg 0.0220843
Why should banks and supervisors care about climate change? Watch our video explainer to find out more https://t.co/m5fHNg4sAM 0.0210697